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

What is Unicode character 𭣃?

The Unicode character 𭣃 U+2D8C3 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+2D8C3.

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!