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

What is Unicode character 𦔢?

The Unicode character 𦔢 U+26522 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+26522.

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!