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

What is Unicode character 𨐡?

The Unicode character 𨐡 U+28421 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+28421.

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!