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

What is Unicode character 𢗶?

The Unicode character 𢗶 U+225F6 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+225F6.

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!