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

What is Unicode character 𦬲?

The Unicode character 𦬲 U+26B32 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+26B32.

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!