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

What is Unicode character 𨯏?

The Unicode character 𨯏 U+28BCF 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+28BCF.

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!