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

What is Unicode character 𢝜?

The Unicode character 𢝜 U+2275C 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+2275C.

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!