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

What is Unicode character 𧍏?

The Unicode character 𧍏 U+2734F 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+2734F.

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!