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

What is Unicode character 𨨚?

The Unicode character 𨨚 U+28A1A 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+28A1A.

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!