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

What is Unicode character 𡰢?

The Unicode character 𡰢 U+21C22 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+21C22.

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!