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

What is Unicode character 𪝃?

The Unicode character 𪝃 U+2A743 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A743.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!