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

What is Unicode character 𨅔?

The Unicode character 𨅔 U+28154 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+28154.

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!