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

What is Unicode character 𦰲?

The Unicode character 𦰲 U+26C32 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+26C32.

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!