| Symbol Name | Vertical Kana Repeat Mark Upper Half |
| Unicode Version | 1.1 |
| Unicode | U+3033 |
| Unicode block | |
| General category | Modifier Letter (Lm) |
| UTF-8 | E3 80 B3 |
| UTF-16 | 3033 |
| UTF-32 | 00003033 |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALKANAREPEATMARKUPPERHALF}4\end{document}You can type the vertical kana repeat mark upper half symbol on most modern devices with the help of following methods:
Alt + 12339 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical kana repeat mark upper half", or use Unicode Hex Input with 3033.
Ctrl + Shift + U, type 3033, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.vertical-kana-repeat-mark-upper-half::before { content: "\3033"; }1<span>〳</span>Vertical Kana Repeat Mark Upper Half symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u3033' or String.fromCodePoint(12339) |
| Python | '\N{VERTICAL KANA REPEAT MARK UPPER HALF}' or chr(12339) |
| Rust | '\u{3033}' |
| C / C++ | UTF-8 source or wchar_t with U+3033 |
| Go | string(rune(0x3033)) |
| Ruby | "\u{3033}" |
| CSS Code |
\3033 |
| Hex Code | 0x3033 |
| HTML Code | 〳 |
| LaTeX | \text{VERTICALKANAREPEATMARKUPPERHALF} |
| Symbol | 〳 |
| URL encode (UTF-8 percent) | %E3%80%B3 |
| Spoken / screen reader name | Vertical Kana Repeat Mark Upper Half |