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

What is Unicode character 𡔦?

The Unicode character 𡔦 U+21526 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+21526.

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!