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

What is Unicode character 𨔰?

The Unicode character 𨔰 U+28530 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+28530.

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!