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

What is Unicode character 𨰵?

The Unicode character 𨰵 U+28C35 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+28C35.

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!