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>&#140634;</p>
📋
CSS .selector { content: '\2255A' };
📋
JS var unicodeA = '\u2255A ';
📋
CPP char unicodeA = ' \u2255A ';
📋
Java char unicodeA = '\u2255A';
📋
Python unicodeA = '\u2255A'
📋

What is Unicode character 𢕚?

The Unicode character 𢕚 U+2255A 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+2255A.

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!