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

What is Unicode character 𨙅?

The Unicode character 𨙅 U+28645 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+28645.

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!