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

What is Unicode character 𫟧?

The Unicode character 𫟧 U+2B7E7 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+2B7E7.

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!