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

What is Unicode character 𡕅?

The Unicode character 𡕅 U+21545 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+21545.

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!