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

What is Unicode character 𭢡?

The Unicode character 𭢡 U+2D8A1 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+2D8A1.

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!