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