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

What is Unicode character 𫹬?

The Unicode character 𫹬 U+2BE6C 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+2BE6C.

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!