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

What is Unicode character 𫺹?

The Unicode character 𫺹 U+2BEB9 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+2BEB9.

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!