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

What is Unicode character 𬾓?

The Unicode character 𬾓 U+2CF93 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+2CF93.

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!