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

What is Unicode character 𨨳?

The Unicode character 𨨳 U+28A33 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+28A33.

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!