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

What is Unicode character 𧕍?

The Unicode character 𧕍 U+2754D 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+2754D.

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!