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

What is Unicode character 𨉓?

The Unicode character 𨉓 U+28253 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+28253.

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!