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

What is Unicode character 𨁲?

The Unicode character 𨁲 U+28072 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+28072.

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!