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

What is Unicode character 𨘙?

The Unicode character 𨘙 U+28619 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+28619.

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!