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

What is Unicode character 𬿦?

The Unicode character 𬿦 U+2CFE6 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+2CFE6.

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!