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

What is Unicode character 𧍾?

The Unicode character 𧍾 U+2737E 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+2737E.

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!