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

What is Unicode character 𨸝?

The Unicode character 𨸝 U+28E1D 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+28E1D.

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!