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

What is Unicode character 𦦟?

The Unicode character 𦦟 U+2699F 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+2699F.

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!