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

What is Unicode character 𨴵?

The Unicode character 𨴵 U+28D35 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+28D35.

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!