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>&#139445;</p>
📋
CSS .selector { content: '\220B5' };
📋
JS var unicodeA = '\u220B5 ';
📋
CPP char unicodeA = ' \u220B5 ';
📋
Java char unicodeA = '\u220B5';
📋
Python unicodeA = '\u220B5'
📋

What is Unicode character 𢂵?

The Unicode character 𢂵 U+220B5 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+220B5.

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!