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

What is Unicode character 𨘅?

The Unicode character 𨘅 U+28605 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+28605.

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!