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

What is Unicode character 𬾝?

The Unicode character 𬾝 U+2CF9D 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+2CF9D.

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!