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

What is Unicode character 𨊔?

The Unicode character 𨊔 U+28294 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+28294.

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!