mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
10 lines
142 B
Markdown
10 lines
142 B
Markdown
---
|
|
id: 8beda434-6bd6-4364-96fe-7912bfe062fb
|
|
title: Unicode Code Point Escapes
|
|
---
|
|
|
|
# Syntax
|
|
|
|
``` javascript
|
|
console.log('\uD83D\uDE80');
|
|
```
|