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

What is Unicode character 𡹃?

The Unicode character 𡹃 U+21E43 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+21E43.

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!