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

What is Unicode character 𭲃?

The Unicode character 𭲃 U+2DC83 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+2DC83.

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!