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

What is Unicode character 𨺾?

The Unicode character 𨺾 U+28EBE 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+28EBE.

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!