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>&#141146;</p>
📋
CSS .selector { content: '\2275A' };
📋
JS var unicodeA = '\u2275A ';
📋
CPP char unicodeA = ' \u2275A ';
📋
Java char unicodeA = '\u2275A';
📋
Python unicodeA = '\u2275A'
📋

What is Unicode character 𢝚?

The Unicode character 𢝚 U+2275A 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+2275A.

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!