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

What is Unicode character 𨯃?

The Unicode character 𨯃 U+28BC3 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+28BC3.

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!