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

What is Unicode character 𨰮?

The Unicode character 𨰮 U+28C2E 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+28C2E.

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!