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

What is Unicode character 𢵲?

The Unicode character 𢵲 U+22D72 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+22D72.

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!