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

What is Unicode character 𡹁?

The Unicode character 𡹁 U+21E41 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+21E41.

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!