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