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

What is Unicode character 𡔅?

The Unicode character 𡔅 U+21505 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+21505.

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!