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.

Character Traits

Code Snippets

Lang Example Copy
HTML <p>&#127547;</p>
๐Ÿ“‹
CSS .selector { content: '\1F23B' };
๐Ÿ“‹
JS var unicodeA = '\u1F23B ';
๐Ÿ“‹
CPP char unicodeA = ' \u1F23B ';
๐Ÿ“‹
Java char unicodeA = '\u1F23B';
๐Ÿ“‹
Python unicodeA = '\u1F23B'
๐Ÿ“‹

What is Unicode character ๐Ÿˆป?

The Unicode character ๐Ÿˆป U+1F23B is Squared Cjk Unified Ideograph-914D in the Enclosed Ideographic Supplement block.

What does the Unicode character ๐Ÿˆป represent?

The Unicode character ๐Ÿˆป represents Squared Cjk Unified Ideograph-914D.

What is the Unicode code point for ๐Ÿˆป?

The Unicode code point for ๐Ÿˆป is U+1F23B.

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 Squared Cjk Unified Ideograph-914D 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 9.0, and it belongs to the Enclosed Ideographic Supplement block of characters.

Unicode Properties

Applicable Properties With Values

Age 9.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Enclosed Ideographic Supplement
Decomposition Type Square Form
General Category Other Symbol
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!