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>&#140757;</p>
📋
CSS .selector { content: '\225D5' };
📋
JS var unicodeA = '\u225D5 ';
📋
CPP char unicodeA = ' \u225D5 ';
📋
Java char unicodeA = '\u225D5';
📋
Python unicodeA = '\u225D5'
📋

What is Unicode character 𢗕?

The Unicode character 𢗕 U+225D5 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+225D5.

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!