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

What is Unicode character 𬼐?

The Unicode character 𬼐 U+2CF10 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+2CF10.

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!