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

What is Unicode character 𬭝?

The Unicode character 𬭝 U+2CB5D 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+2CB5D.

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!