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

What is Unicode character 𦕟?

The Unicode character 𦕟 U+2655F 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+2655F.

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!