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

What is Unicode character 𦒝?

The Unicode character 𦒝 U+2649D 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+2649D.

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!