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

What is Unicode character 𨙲?

The Unicode character 𨙲 U+28672 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+28672.

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!