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

What is Unicode character 𫹝?

The Unicode character 𫹝 U+2BE5D 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+2BE5D.

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!