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