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