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

What is Unicode character 𢗣?

The Unicode character 𢗣 U+225E3 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+225E3.

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!