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

What is Unicode character 𦦝?

The Unicode character 𦦝 U+2699D 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+2699D.

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!