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

What is Unicode character 𭹼?

The Unicode character 𭹼 U+2DE7C 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+2DE7C.

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!