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>&#140380;</p>
📋
CSS .selector { content: '\2245C' };
📋
JS var unicodeA = '\u2245C ';
📋
CPP char unicodeA = ' \u2245C ';
📋
Java char unicodeA = '\u2245C';
📋
Python unicodeA = '\u2245C'
📋

What is Unicode character 𢑜?

The Unicode character 𢑜 U+2245C 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+2245C.

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!