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

What is Unicode character 𬟟?

The Unicode character 𬟟 U+2C7DF 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+2C7DF.

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!