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

What is Unicode character 𨹅?

The Unicode character 𨹅 U+28E45 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+28E45.

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!