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

What is Unicode character 𬿹?

The Unicode character 𬿹 U+2CFF9 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+2CFF9.

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!