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

What is Unicode character 𨳎?

The Unicode character 𨳎 U+28CCE 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+28CCE.

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!