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

What is Unicode character 𬦓?

The Unicode character 𬦓 U+2C993 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+2C993.

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!