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

What is Unicode character 𢗡?

The Unicode character 𢗡 U+225E1 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+225E1.

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!