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

What is Unicode character 𭹍?

The Unicode character 𭹍 U+2DE4D 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+2DE4D.

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!