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

What is Unicode character 𦤟?

The Unicode character 𦤟 U+2691F 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+2691F.

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!