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

What is Unicode character 𬼏?

The Unicode character 𬼏 U+2CF0F 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+2CF0F.

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!