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

What is Unicode character 𫲹?

The Unicode character 𫲹 U+2BCB9 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+2BCB9.

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!