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

What is Unicode character 𧁎?

The Unicode character 𧁎 U+2704E 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+2704E.

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!