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

What is Unicode character 𦴢?

The Unicode character 𦴢 U+26D22 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+26D22.

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!