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

What is Unicode character 𨙃?

The Unicode character 𨙃 U+28643 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+28643.

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!