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

What is Unicode character 𣡝?

The Unicode character 𣡝 U+2385D 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+2385D.

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!