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

What is Unicode character 𡺓?

The Unicode character 𡺓 U+21E93 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+21E93.

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!