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

What is Unicode character 𭢣?

The Unicode character 𭢣 U+2D8A3 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+2D8A3.

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!