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

What is Unicode character 𬼎?

The Unicode character 𬼎 U+2CF0E 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+2CF0E.

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!