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

What is Unicode character 𭲎?

The Unicode character 𭲎 U+2DC8E 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+2DC8E.

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!