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

What is Unicode character 𨔵?

The Unicode character 𨔵 U+28535 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+28535.

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!