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

What is Unicode character 𢝝?

The Unicode character 𢝝 U+2275D 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+2275D.

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!