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

What is Unicode character 𢜝?

The Unicode character 𢜝 U+2271D 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+2271D.

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!