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