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

What is Unicode character 𬟚?

The Unicode character 𬟚 U+2C7DA 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+2C7DA.

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!