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

What is Unicode character 𭢅?

The Unicode character 𭢅 U+2D885 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+2D885.

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!