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

What is Unicode character 𫹰?

The Unicode character 𫹰 U+2BE70 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+2BE70.

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!