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