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

What is Unicode character 𦤝?

The Unicode character 𦤝 U+2691D 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+2691D.

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!