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

What is Unicode character 𧅎?

The Unicode character 𧅎 U+2714E 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+2714E.

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!