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

What is Unicode character 𭵺?

The Unicode character 𭵺 U+2DD7A 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+2DD7A.

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!