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

What is Unicode character 𭹶?

The Unicode character 𭹶 U+2DE76 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+2DE76.

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!