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

What is Unicode character 𨨶?

The Unicode character 𨨶 U+28A36 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+28A36.

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!