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

What is Unicode character 𡝃?

The Unicode character 𡝃 U+21743 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+21743.

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!