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

What is Unicode character 𢗙?

The Unicode character 𢗙 U+225D9 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+225D9.

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!