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

What is Unicode character 𢲖?

The Unicode character 𢲖 U+22C96 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+22C96.

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!