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

What is Unicode character 𨫬?

The Unicode character 𨫬 U+28AEC 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+28AEC.

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!