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

What is Unicode character 𧍊?

The Unicode character 𧍊 U+2734A 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+2734A.

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!