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

What is Unicode character 𨝃?

The Unicode character 𨝃 U+28743 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+28743.

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!