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

What is Unicode character 𡢟?

The Unicode character 𡢟 U+2189F 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+2189F.

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!