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

What is Unicode character 𬼊?

The Unicode character 𬼊 U+2CF0A 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+2CF0A.

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!