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

What is Unicode character 𫟕?

The Unicode character 𫟕 U+2B7D5 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+2B7D5.

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!