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

What is Unicode character 𢾖?

The Unicode character 𢾖 U+22F96 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+22F96.

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!