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

What is Unicode character 𨂑?

The Unicode character 𨂑 U+28091 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+28091.

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!