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

What is Unicode character 𬫟?

The Unicode character 𬫟 U+2CADF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CADF.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!