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

What is Unicode character 𨯁?

The Unicode character 𨯁 U+28BC1 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+28BC1.

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!