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

What is Unicode character 𦔰?

The Unicode character 𦔰 U+26530 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+26530.

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!