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

What is Unicode character 𢗾?

The Unicode character 𢗾 U+225FE 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+225FE.

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!