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

What is Unicode character 𢝞?

The Unicode character 𢝞 U+2275E 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+2275E.

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!