wiki/content/20201112101432-unicode_code_point_escapes.md

12 lines
159 B
Markdown
Raw Normal View History

2024-05-06 20:40:05 +00:00
---
2024-10-30 17:34:11 +00:00
date: 2020-11-12
2024-05-06 20:40:05 +00:00
id: 8beda434-6bd6-4364-96fe-7912bfe062fb
title: Unicode Code Point Escapes
---
# Syntax
``` javascript
console.log('\uD83D\uDE80');
```