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

What is Unicode character 𢝿?

The Unicode character 𢝿 U+2277F 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+2277F.

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!