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

What is Unicode character 𬿎?

The Unicode character 𬿎 U+2CFCE 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+2CFCE.

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!