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

What is Unicode character 𭹎?

The Unicode character 𭹎 U+2DE4E 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+2DE4E.

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!