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

What is Unicode character 𨴰?

The Unicode character 𨴰 U+28D30 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+28D30.

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!