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

What is Unicode character 𭲨?

The Unicode character 𭲨 U+2DCA8 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+2DCA8.

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!