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

What is Unicode character 𥎟?

The Unicode character 𥎟 U+2539F 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+2539F.

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!