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

What is Unicode character 𡕟?

The Unicode character 𡕟 U+2155F 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+2155F.

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!