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

What is Unicode character 𨬶?

The Unicode character 𨬶 U+28B36 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+28B36.

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!