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

What is Unicode character 𭨢?

The Unicode character 𭨢 U+2DA22 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+2DA22.

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!