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

What is Unicode character 𬟗?

The Unicode character 𬟗 U+2C7D7 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+2C7D7.

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!