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

What is Unicode character 𢝾?

The Unicode character 𢝾 U+2277E 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+2277E.

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!