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

What is Unicode character 𨐙?

The Unicode character 𨐙 U+28419 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+28419.

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!