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

What is Unicode character 𡍾?

The Unicode character 𡍾 U+2137E 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+2137E.

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!