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

What is Unicode character 𡢏?

The Unicode character 𡢏 U+2188F 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+2188F.

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!