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

What is Unicode character 𡔧?

The Unicode character 𡔧 U+21527 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+21527.

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!