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

What is Unicode character 𨰶?

The Unicode character 𨰶 U+28C36 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+28C36.

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!