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

What is Unicode character 𡙃?

The Unicode character 𡙃 U+21643 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+21643.

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!