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

What is Unicode character 𡡺?

The Unicode character 𡡺 U+2187A 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+2187A.

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!