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

What is Unicode character 𨨵?

The Unicode character 𨨵 U+28A35 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+28A35.

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!