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

What is Unicode character 𨵲?

The Unicode character 𨵲 U+28D72 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+28D72.

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!