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

What is Unicode character 𢗼?

The Unicode character 𢗼 U+225FC 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+225FC.

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!