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

What is Unicode character 𨨮?

The Unicode character 𨨮 U+28A2E 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+28A2E.

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!