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