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

What is Unicode character 𨫝?

The Unicode character 𨫝 U+28ADD 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+28ADD.

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!