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

What is Unicode character 𨨭?

The Unicode character 𨨭 U+28A2D 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+28A2D.

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!