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

What is Unicode character 𫹟?

The Unicode character 𫹟 U+2BE5F 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+2BE5F.

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!