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

What is Unicode character 𨔅?

The Unicode character 𨔅 U+28505 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+28505.

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!