Parenthesized Ideograph Have Letter
㈲ is an enclosed Japanese ideograph character represented by Unicode U+3232.
U+3232
The symbol ㈲ is a Unicode character in the “Enclosed & Circled” category. It’s commonly identified by the Unicode name “PARENTHESIZED IDEOGRAPH HAVE.” Use it as a stylized character in Japanese-oriented text and UI elements.
Parenthesized Ideograph Have Letter Meaning
㈲ (U+3232) is a parenscribed/enclosed ideograph character whose Unicode name is “PARENTHESIZED IDEOGRAPH HAVE.” In practice, it appears as a compact, styled form of the “have” ideograph within text that may use enclosed symbols for visual rhythm. Because it’s a single, dedicated Unicode character (not punctuation), it’s useful when you want consistent rendering across platforms. You can copy it directly, or insert it via Unicode escapes (HTML, CSS, or JavaScript) when building web content. It’s best used where Japanese typographic styling is appropriate—such as labels, headings, or symbol-style UI text.
Common uses
- •Japanese-styled labels and UI badges where a compact enclosed symbol is preferred
- •Design mockups and icons that need a consistent single-character glyph
- •Editorial typography for consistent “enclosed symbol” presentation in Japanese text
- •Web and app text that must be stored reliably as a single Unicode character
- •Social media graphics where you want a stylized “have” ideograph look
Examples
㈲ Enclosed Ideograph “Have”
- ㈲㈲ 品質保証
- ㈲会社表記:㈲〇〇
- ㈲担当:㈲管理チーム
- ㈲製品情報 ㈲ サンプル
- ㈲注意:㈲は標記例です
Variations
Technical codes
| Unicode | U+3232 | |
| HTML Entity | ㈲ | |
| HTML Code | ㈲ | |
| CSS | \3232 |
FAQ
What does the Parenthesized Ideograph Have letter mean?
㈲ (U+3232) is a parenscribed/enclosed ideograph character whose Unicode name is “PARENTHESIZED IDEOGRAPH HAVE.” In practice, it appears as a compact, styled form of the “have” ideograph within text that may use enclosed symbols for visual rhythm. Because it’s a single, dedicated Unicode character (not punctuation), it’s useful when you want consistent rendering across platforms. You can copy it directly, or insert it via Unicode escapes (HTML, CSS, or JavaScript) when building web content. It’s best used where Japanese typographic styling is appropriate—such as labels, headings, or symbol-style UI text.
What Unicode character is ㈲?
㈲ is Unicode U+3232 with the Unicode name “PARENTHESIZED IDEOGRAPH HAVE.”
How can I copy ㈲?
Copy the character ㈲ directly from this page, or use the provided HTML entity ㈲.
How do I use ㈲ in HTML and CSS?
HTML: use ㈲. CSS (escape): use \\3232.
How do I use ㈲ in JavaScript?
JavaScript Unicode escape: \\u{3232}.