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