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

What is Unicode character 𬿨?

The Unicode character 𬿨 U+2CFE8 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+2CFE8.

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!