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

What is Unicode character 𭲬?

The Unicode character 𭲬 U+2DCAC 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+2DCAC.

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!