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

What is Unicode character 𢱲?

The Unicode character 𢱲 U+22C72 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+22C72.

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!