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

What is Unicode character 𡅃?

The Unicode character 𡅃 U+21143 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+21143.

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!