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

What is Unicode character 𭘬?

The Unicode character 𭘬 U+2D62C 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+2D62C.

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!