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

What is Unicode character 𭵼?

The Unicode character 𭵼 U+2DD7C 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+2DD7C.

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!