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

What is Unicode character 𫟨?

The Unicode character 𫟨 U+2B7E8 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+2B7E8.

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!