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

What is Unicode character 𭲝?

The Unicode character 𭲝 U+2DC9D 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+2DC9D.

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!