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

What is Unicode character 𢕜?

The Unicode character 𢕜 U+2255C 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+2255C.

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!