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

What is Unicode character 𣡟?

The Unicode character 𣡟 U+2385F 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+2385F.

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!