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

What is Unicode character 𧅍?

The Unicode character 𧅍 U+2714D 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+2714D.

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!