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

What is Unicode character 𨬱?

The Unicode character 𨬱 U+28B31 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+28B31.

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!