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

What is Unicode character 𭈢?

The Unicode character 𭈢 U+2D222 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+2D222.

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!