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

What is Unicode character 𭢢?

The Unicode character 𭢢 U+2D8A2 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+2D8A2.

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!