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

What is Unicode character 𨕃?

The Unicode character 𨕃 U+28543 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+28543.

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!