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

What is Unicode character 𦨲?

The Unicode character 𦨲 U+26A32 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+26A32.

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!