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