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

What is Unicode character 𢖰?

The Unicode character 𢖰 U+225B0 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+225B0.

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!