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

What is Unicode character 𡕁?

The Unicode character 𡕁 U+21541 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+21541.

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!