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

What is Unicode character 𫟗?

The Unicode character 𫟗 U+2B7D7 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+2B7D7.

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!