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

What is Unicode character 𨤵?

The Unicode character 𨤵 U+28935 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+28935.

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!