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

What is Unicode character 𦔲?

The Unicode character 𦔲 U+26532 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+26532.

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!