| 記号名 | Hangul Choseong Sios-tikeut |
| Unicodeバージョン | 1.1 |
| Unicode | U+112F |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \112F |
| 16進コード | 0x112F |
| HTMLコード | ᄯ |
| LaTeX | \hangul{112F} |
| 記号 | ᄯ |
| URLエンコード(UTF-8パーセント) | %E1%84%AF |
| 読み上げ名 / スクリーンリーダー | Hangul Choseong Sios-tikeut |
| UTF-8 | E1 84 AF |
| UTF-16 | 112F |
| UTF-32 | 0000112F |
1\documentclass{article}2\usepackage{pifont}3\hangul{112F}4\end{document}以下の方法でほとんどの最新デバイスでhangul choseong sios-tikeut記号を入力できます:
Alt + 4399 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong sios-tikeut", or use Unicode Hex Input with 112F.
Ctrl + Shift + U, type 112f, 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-tikeut::before { content: "\112F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᄯ</span>各プログラミング言語におけるHangul Choseong Sios-tikeut記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u112F' or String.fromCodePoint(4399) |
| Python | '\N{HANGUL CHOSEONG SIOS-TIKEUT}' or chr(4399) |
| Rust | '\u{112F}' |
| C / C++ | UTF-8 source or wchar_t with U+112F |
| Go | string(rune(0x112F)) |
| Ruby | "\u{112F}" |