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

What is Unicode character 𬟉?

The Unicode character 𬟉 U+2C7C9 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+2C7C9.

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!