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

What is Unicode character 𨫎?

The Unicode character 𨫎 U+28ACE 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+28ACE.

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!