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

What is Unicode character 𡕃?

The Unicode character 𡕃 U+21543 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+21543.

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!