wiki/content/20201112101432-unicode_code_point_escapes.md

12 lines
157 B
Markdown
Raw Normal View History

2024-05-06 20:40:05 +00:00
---
2024-10-30 17:04:36 +00:00
date: 20201112
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');
```