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

What is Unicode character 𢤝?

The Unicode character 𢤝 U+2291D 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+2291D.

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!