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

What is Unicode character 𢗓?

The Unicode character 𢗓 U+225D3 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+225D3.

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!