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

What is Unicode character 𢺖?

The Unicode character 𢺖 U+22E96 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+22E96.

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!