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

What is Unicode character 𨂃?

The Unicode character 𨂃 U+28083 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+28083.

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!