| Nom du symbole | Hangul Syllable Waeb |
| Version Unicode | 2.0 |
| Unicode | U+C672 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C672 |
| Code hexadécimal | 0xC672 |
| Code HTML | 왲 |
| LaTeX | \hangul{C672} |
| Symbole | 왲 |
| Encodage URL (pourcent UTF-8) | %EC%99%B2 |
| Nom oral / lecteur d’écran | Hangul Syllable Waeb |
| UTF-8 | EC 99 B2 |
| UTF-16 | C672 |
| UTF-32 | 0000C672 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C672}4\end{document}Vous pouvez saisir le symbole hangul syllable waeb sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 50802 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable waeb", or use Unicode Hex Input with C672.
Ctrl + Shift + U, type c672, 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-waeb::before { content: "\C672"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>왲</span>La représentation du symbole Hangul Syllable Waeb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uC672' or String.fromCodePoint(50802) |
| Python | '\N{HANGUL SYLLABLE WAEB}' or chr(50802) |
| Rust | '\u{C672}' |
| C / C++ | UTF-8 source or wchar_t with U+C672 |
| Go | string(rune(0xC672)) |
| Ruby | "\u{C672}" |