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

What is Unicode character 𦼲?

The Unicode character 𦼲 U+26F32 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+26F32.

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!