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

What is Unicode character 𦡍?

The Unicode character 𦡍 U+2684D 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+2684D.

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!