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

What is Unicode character 𢜟?

The Unicode character 𢜟 U+2271F 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+2271F.

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!