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

What is Unicode character 𢢖?

The Unicode character 𢢖 U+22896 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+22896.

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!