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

What is Unicode character 𨴶?

The Unicode character 𨴶 U+28D36 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+28D36.

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!