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

What is Unicode character 𡢊?

The Unicode character 𡢊 U+2188A 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+2188A.

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!