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

What is Unicode character 𢗃?

The Unicode character 𢗃 U+225C3 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+225C3.

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!