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

What is Unicode character 𨯾?

The Unicode character 𨯾 U+28BFE 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+28BFE.

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!