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

What is Unicode character 𬻟?

The Unicode character 𬻟 U+2CEDF 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+2CEDF.

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!