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

What is Unicode character 𫟢?

The Unicode character 𫟢 U+2B7E2 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+2B7E2.

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!