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

What is Unicode character 𥦟?

The Unicode character 𥦟 U+2599F 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+2599F.

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!