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

What is Unicode character 𬾑?

The Unicode character 𬾑 U+2CF91 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+2CF91.

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!