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

What is Unicode character 𢗏?

The Unicode character 𢗏 U+225CF 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+225CF.

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!