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

What is Unicode character 𦀲?

The Unicode character 𦀲 U+26032 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+26032.

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!