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

What is Unicode character 𨸬?

The Unicode character 𨸬 U+28E2C 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+28E2C.

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!