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

What is Unicode character 𬟜?

The Unicode character 𬟜 U+2C7DC 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+2C7DC.

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!