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

What is Unicode character 𨯡?

The Unicode character 𨯡 U+28BE1 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+28BE1.

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!