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

What is Unicode character 𨂔?

The Unicode character 𨂔 U+28094 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+28094.

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!