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

What is Unicode character 𫹶?

The Unicode character 𫹶 U+2BE76 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+2BE76.

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!