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

What is Unicode character 𡵁?

The Unicode character 𡵁 U+21D41 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+21D41.

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!