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

What is Unicode character 𬿝?

The Unicode character 𬿝 U+2CFDD 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+2CFDD.

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!