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

What is Unicode character 𬿟?

The Unicode character 𬿟 U+2CFDF 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+2CFDF.

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!