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

What is Unicode character 𬟘?

The Unicode character 𬟘 U+2C7D8 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+2C7D8.

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!