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

What is Unicode character 𭳎?

The Unicode character 𭳎 U+2DCCE 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+2DCCE.

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!