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

What is Unicode character 𬭟?

The Unicode character 𬭟 U+2CB5F 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+2CB5F.

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!