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

What is Unicode character 𭲓?

The Unicode character 𭲓 U+2DC93 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+2DC93.

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!