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