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

What is Unicode character 𢂼?

The Unicode character 𢂼 U+220BC 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+220BC.

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!