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