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

What is Unicode character 𨔳?

The Unicode character 𨔳 U+28533 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+28533.

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!