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

What is Unicode character 𨨝?

The Unicode character 𨨝 U+28A1D 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+28A1D.

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!