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

What is Unicode character 𨻲?

The Unicode character 𨻲 U+28EF2 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+28EF2.

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!