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>&#187426;</p>
📋
CSS .selector { content: '\2DC22' };
📋
JS var unicodeA = '\u2DC22 ';
📋
CPP char unicodeA = ' \u2DC22 ';
📋
Java char unicodeA = '\u2DC22';
📋
Python unicodeA = '\u2DC22'
📋

What is Unicode character 𭰢?

The Unicode character 𭰢 U+2DC22 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2DC22.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!