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

What is Unicode character 𨕅?

The Unicode character 𨕅 U+28545 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+28545.

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!