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

What is Unicode character 𫟖?

The Unicode character 𫟖 U+2B7D6 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+2B7D6.

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!