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

What is Unicode character 𨘡?

The Unicode character 𨘡 U+28621 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+28621.

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!