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

What is Unicode character 𨂓?

The Unicode character 𨂓 U+28093 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+28093.

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!