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

What is Unicode character 𫟙?

The Unicode character 𫟙 U+2B7D9 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+2B7D9.

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!