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

What is Unicode character 𨪔?

The Unicode character 𨪔 U+28A94 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+28A94.

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!