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

What is Unicode character 𬟕?

The Unicode character 𬟕 U+2C7D5 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C7D5.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!