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

What is Unicode character 𦌢?

The Unicode character 𦌢 U+26322 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+26322.

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!