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

What is Unicode character 𡺕?

The Unicode character 𡺕 U+21E95 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+21E95.

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!