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

What is Unicode character 𭹹?

The Unicode character 𭹹 U+2DE79 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+2DE79.

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!