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

What is Unicode character 𢗯?

The Unicode character 𢗯 U+225EF 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+225EF.

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!