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

What is Unicode character 𧕎?

The Unicode character 𧕎 U+2754E 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+2754E.

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!