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

What is Unicode character 𨅓?

The Unicode character 𨅓 U+28153 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+28153.

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!