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

What is Unicode character 𨯊?

The Unicode character 𨯊 U+28BCA 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+28BCA.

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!