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

What is Unicode character 𧍎?

The Unicode character 𧍎 U+2734E 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+2734E.

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!