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

What is Unicode character 𡵃?

The Unicode character 𡵃 U+21D43 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+21D43.

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!