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

What is Unicode character 𬸍?

The Unicode character 𬸍 U+2CE0D 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+2CE0D.

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!