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