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

What is Unicode character 𢬦?

The Unicode character 𢬦 U+22B26 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+22B26.

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!