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

What is Unicode character 𨲃?

The Unicode character 𨲃 U+28C83 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+28C83.

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!