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

What is Unicode character 𧐝?

The Unicode character 𧐝 U+2741D 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+2741D.

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!