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

What is Unicode character 𡢍?

The Unicode character 𡢍 U+2188D 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+2188D.

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!