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

What is Unicode character 𨘰?

The Unicode character 𨘰 U+28630 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+28630.

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!