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

What is Unicode character 𢆰?

The Unicode character 𢆰 U+221B0 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+221B0.

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!