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>&#129926;</p>
๐Ÿ“‹
CSS .selector { content: '\1FB86' };
๐Ÿ“‹
JS var unicodeA = '\u1FB86 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1FB86 ';
๐Ÿ“‹
Java char unicodeA = '\u1FB86';
๐Ÿ“‹
Python unicodeA = '\u1FB86'
๐Ÿ“‹

What is Unicode character ๐Ÿฎ†?

The Unicode character ๐Ÿฎ† U+1FB86 is Upper Seven Eighths Block in the Symbols For Legacy Computing block.

What does the Unicode character ๐Ÿฎ† represent?

The Unicode character ๐Ÿฎ† represents Upper Seven Eighths Block.

What is the Unicode code point for ๐Ÿฎ†?

The Unicode code point for ๐Ÿฎ† is U+1FB86.

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 Upper Seven Eighths Block 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 Common 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 13.0, and it belongs to the Symbols For Legacy Computing block of characters.

Unicode Properties

Applicable Properties With Values

Age 13.0
Bidi Class Other Neutrals
Bidi Paired Bracket Type Not a bracket
Block Symbols For Legacy Computing
General Category Other Symbol
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!