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

What is Unicode character 𢹲?

The Unicode character 𢹲 U+22E72 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+22E72.

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!