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