You Are Here -

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

What is Unicode character ๐Ÿœœ?

The Unicode character ๐Ÿœœ U+1F71C is Alchemical Symbol For Iron Ore in the Alchemical block.

What does the Unicode character ๐Ÿœœ represent?

The Unicode character ๐Ÿœœ represents Alchemical Symbol For Iron Ore.

What is the Unicode code point for ๐Ÿœœ?

The Unicode code point for ๐Ÿœœ is U+1F71C.

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 Alchemical Symbol For Iron Ore 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 6.0, and it belongs to the Alchemical block of characters.

Unicode Properties

Applicable Properties With Values

Age 6.0
Bidi Class Other Neutrals
Bidi Paired Bracket Type Not a bracket
Block Alchemical
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!