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

What is Unicode character 𢖿?

The Unicode character 𢖿 U+225BF 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+225BF.

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!