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