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

What is Unicode character 𦚍?

The Unicode character 𦚍 U+2668D 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+2668D.

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!