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

What is Unicode character 𢮖?

The Unicode character 𢮖 U+22B96 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+22B96.

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!