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

What is Unicode character 𭘼?

The Unicode character 𭘼 U+2D63C 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+2D63C.

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!