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

What is Unicode character 𧡊?

The Unicode character 𧡊 U+2784A 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+2784A.

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!