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

What is Unicode character 𢰦?

The Unicode character 𢰦 U+22C26 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+22C26.

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!