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

What is Unicode character 𫟬?

The Unicode character 𫟬 U+2B7EC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension D 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+2B7EC.

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 6.0, and it belongs to the CJK Unified Ideographs Extension D block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 6.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension D
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!