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

What is Unicode character 𫣬?

The Unicode character 𫣬 U+2B8EC 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+2B8EC.

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!