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

What is Unicode character 𬟛?

The Unicode character 𬟛 U+2C7DB 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+2C7DB.

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!