Css Styling

Size
𣬲
15px
𣬲
18px
𣬲
21px
𣬲
24px
𣬲
27px
𣬲
30px
𣬲
33px
𣬲
36px
𣬲
42px
𣬲
48px
𣬲
54px
𣬲
60px
𣬲
66px
𣬲
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𣬲
Bold
𣬲
Italic
𣬲
Underline
𣬲
Strikethrough
𣬲
UpperCase
𣬲
LowerCase
𣬲
Oblique
A 𣬲
Subscript
A 𣬲
Superscript
𣬲
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𣬲
Arial
𣬲
Times New Roman
𣬲
Verdana
𣬲
Courier New
𣬲
Garamond
𣬲
Georgia
𣬲
Trebuchet MS
𣬲
Tahoma
𣬲
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𣬲
White
𣬲
Brown
𣬲
Maroon
𣬲
Magenta
𣬲
Red
𣬲
Orange
𣬲
Yellow
𣬲
Green
𣬲
Teal
𣬲
Cyan
𣬲
Blue
𣬲
Violet
𣬲
Purple
𣬲
Indigo
𣬲
Gray
𣬲
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𣬲
White
𣬲
Brown
𣬲
Maroon
𣬲
Magenta
𣬲
Red
𣬲
Orange
𣬲
Yellow
𣬲
Green
𣬲
Teal
𣬲
Cyan
𣬲
Blue
𣬲
Violet
𣬲
Purple
𣬲
Indigo
𣬲
Gray
𣬲
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#146226;</p>
📋
CSS .selector { content: '\23B32' };
📋
JS var unicodeA = '\u23B32 ';
📋
CPP char unicodeA = ' \u23B32 ';
📋
Java char unicodeA = '\u23B32';
📋
Python unicodeA = '\u23B32'
📋

What is Unicode character 𣬲?

The Unicode character 𣬲 U+23B32 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𣬲 represent?

The Unicode character 𣬲 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𣬲?

The Unicode code point for 𣬲 is U+23B32.

Is the appearance of the 𣬲 character consistent across all platforms?

The appearance of the 𣬲 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𣬲 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𣬲 character.

In which version was Unicode character 𣬲 released, and to which block of characters does it belong?

Unicode character 𣬲 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!