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

What is Unicode character 𨯅?

The Unicode character 𨯅 U+28BC5 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+28BC5.

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!