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

What is Unicode character 𭦣?

The Unicode character 𭦣 U+2D9A3 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+2D9A3.

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!