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

What is Unicode character 𬟞?

The Unicode character 𬟞 U+2C7DE 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+2C7DE.

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!