| Nom du symbole | Hangul Syllable Pog |
| Version Unicode | 2.0 |
| Unicode | U+D3ED |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D3ED |
| Code hexadécimal | 0xD3ED |
| Code HTML | 폭 |
| LaTeX | \hangul{D3ED} |
| Symbole | 폭 |
| Encodage URL (pourcent UTF-8) | %ED%8F%AD |
| Nom oral / lecteur d’écran | Hangul Syllable Pog |
| UTF-8 | ED 8F AD |
| UTF-16 | D3ED |
| UTF-32 | 0000D3ED |
1\documentclass{article}2\usepackage{pifont}3\hangul{D3ED}4\end{document}Vous pouvez saisir le symbole hangul syllable pog sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 54253 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pog", or use Unicode Hex Input with D3ED.
Ctrl + Shift + U, type d3ed, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-pog::before { content: "\D3ED"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>폭</span>La représentation du symbole Hangul Syllable Pog dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD3ED' or String.fromCodePoint(54253) |
| Python | '\N{HANGUL SYLLABLE POG}' or chr(54253) |
| Rust | '\u{D3ED}' |
| C / C++ | UTF-8 source or wchar_t with U+D3ED |
| Go | string(rune(0xD3ED)) |
| Ruby | "\u{D3ED}" |