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

What is Unicode character ๐Ÿˆด?

The Unicode character ๐Ÿˆด U+1F234 is Squared Cjk Unified Ideograph-5408 in the Enclosed Ideographic Supplement block.

What does the Unicode character ๐Ÿˆด represent?

The Unicode character ๐Ÿˆด represents Squared Cjk Unified Ideograph-5408.

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

The Unicode code point for ๐Ÿˆด is U+1F234.

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-5408 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 Enclosed Ideographic Supplement block of characters.

Unicode Properties

Applicable Properties

Emoji โœ…

Applicable Properties With Values

Age 6.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!