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

What is Unicode character 𡹲?

The Unicode character 𡹲 U+21E72 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+21E72.

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!