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

What is Unicode character 𦔡?

The Unicode character 𦔡 U+26521 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+26521.

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!