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

What is Unicode character 𭺍?

The Unicode character 𭺍 U+2DE8D 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+2DE8D.

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!