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

What is Unicode character 𨨙?

The Unicode character 𨨙 U+28A19 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+28A19.

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!