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

What is Unicode character 𬹕?

The Unicode character 𬹕 U+2CE55 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+2CE55.

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!