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

What is Unicode character 𦁟?

The Unicode character 𦁟 U+2605F 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+2605F.

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!