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

What is Unicode character 𭹵?

The Unicode character 𭹵 U+2DE75 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+2DE75.

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!