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

What is Unicode character 𬾁?

The Unicode character 𬾁 U+2CF81 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+2CF81.

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!