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

What is Unicode character 𦡎?

The Unicode character 𦡎 U+2684E 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+2684E.

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!