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

What is Unicode character 𨨱?

The Unicode character 𨨱 U+28A31 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+28A31.

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!