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

What is Unicode character 𡺖?

The Unicode character 𡺖 U+21E96 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+21E96.

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!