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

What is Unicode character 𡺔?

The Unicode character 𡺔 U+21E94 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+21E94.

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!