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

What is Unicode character 𡀲?

The Unicode character 𡀲 U+21032 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+21032.

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!