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>&#164730;</p>
📋
CSS .selector { content: '\2837A' };
📋
JS var unicodeA = '\u2837A ';
📋
CPP char unicodeA = ' \u2837A ';
📋
Java char unicodeA = '\u2837A';
📋
Python unicodeA = '\u2837A'
📋

What is Unicode character 𨍺?

The Unicode character 𨍺 U+2837A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2837A.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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