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

What is Unicode character 𢸦?

The Unicode character 𢸦 U+22E26 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+22E26.

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!