| Symbol Name | Vertical Kana Repeat With Voiced Sound Mark |
| Unicode Version | 1.1 |
| Unicode | U+3032 |
| Unicode block | |
| General category | Modifier Letter (Lm) |
| UTF-8 | E3 80 B2 |
| UTF-16 | 3032 |
| UTF-32 | 00003032 |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALKANAREPEATWITHVOICEDSOUNDMARK}4\end{document}You can type the vertical kana repeat with voiced sound mark symbol on most modern devices with the help of following methods:
Alt + 12338 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical kana repeat with voiced sound mark", or use Unicode Hex Input with 3032.
Ctrl + Shift + U, type 3032, 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-with-voiced-sound-mark::before { content: "\3032"; }1<span>〲</span>Vertical Kana Repeat With Voiced Sound Mark symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u3032' or String.fromCodePoint(12338) |
| Python | '\N{VERTICAL KANA REPEAT WITH VOICED SOUND MARK}' or chr(12338) |
| Rust | '\u{3032}' |
| C / C++ | UTF-8 source or wchar_t with U+3032 |
| Go | string(rune(0x3032)) |
| Ruby | "\u{3032}" |
| CSS Code |
\3032 |
| Hex Code | 0x3032 |
| HTML Code | 〲 |
| LaTeX | \text{VERTICALKANAREPEATWITHVOICEDSOUNDMARK} |
| Symbol | 〲 |
| URL encode (UTF-8 percent) | %E3%80%B2 |
| Spoken / screen reader name | Vertical Kana Repeat With Voiced Sound Mark |