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

What is Unicode character 𬢓?

The Unicode character 𬢓 U+2C893 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+2C893.

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!