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

What is Unicode character 𬘯?

The Unicode character 𬘯 U+2C62F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C62F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!