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

What is Unicode character 𢕶?

The Unicode character 𢕶 U+22576 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+22576.

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!