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

What is Unicode character 𦡌?

The Unicode character 𦡌 U+2684C 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+2684C.

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!