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