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

What is Unicode character 𡢝?

The Unicode character 𡢝 U+2189D 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+2189D.

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!