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

What is Unicode character 𧡍?

The Unicode character 𧡍 U+2784D 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+2784D.

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!