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

What is Unicode character 𨯼?

The Unicode character 𨯼 U+28BFC 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+28BFC.

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!