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

What is Unicode character 𫟘?

The Unicode character 𫟘 U+2B7D8 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+2B7D8.

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!