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>&#146482;</p>
📋
CSS .selector { content: '\23C32' };
📋
JS var unicodeA = '\u23C32 ';
📋
CPP char unicodeA = ' \u23C32 ';
📋
Java char unicodeA = '\u23C32';
📋
Python unicodeA = '\u23C32'
📋

What is Unicode character 𣰲?

The Unicode character 𣰲 U+23C32 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+23C32.

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!