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

What is Unicode character 𢠝?

The Unicode character 𢠝 U+2281D 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+2281D.

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!