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

What is Unicode character 𡕜?

The Unicode character 𡕜 U+2155C 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+2155C.

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!