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

What is Unicode character 𭟚?

The Unicode character 𭟚 U+2D7DA is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D7DA.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!