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

What is Unicode character 𢨦?

The Unicode character 𢨦 U+22A26 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+22A26.

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!