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

What is Unicode character 𥍟?

The Unicode character 𥍟 U+2535F 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+2535F.

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!