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

What is Unicode character 𨯀?

The Unicode character 𨯀 U+28BC0 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+28BC0.

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!