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

What is Unicode character 𣀲?

The Unicode character 𣀲 U+23032 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+23032.

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!