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

What is Unicode character 𡢓?

The Unicode character 𡢓 U+21893 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+21893.

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!