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

What is Unicode character 𡦓?

The Unicode character 𡦓 U+21993 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+21993.

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!