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

What is Unicode character 𫟦?

The Unicode character 𫟦 U+2B7E6 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+2B7E6.

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!