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

What is Unicode character 𨍾?

The Unicode character 𨍾 U+2837E 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+2837E.

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!