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

What is Unicode character 𢗹?

The Unicode character 𢗹 U+225F9 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+225F9.

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!