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