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