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

What is Unicode character 𡰲?

The Unicode character 𡰲 U+21C32 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+21C32.

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!