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

What is Unicode character 𨼵?

The Unicode character 𨼵 U+28F35 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+28F35.

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!