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

What is Unicode character 𧡎?

The Unicode character 𧡎 U+2784E 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+2784E.

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!