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>&#172879;</p>
📋
CSS .selector { content: '\2A34F' };
📋
JS var unicodeA = '\u2A34F ';
📋
CPP char unicodeA = ' \u2A34F ';
📋
Java char unicodeA = '\u2A34F';
📋
Python unicodeA = '\u2A34F'
📋

What is Unicode character 𪍏?

The Unicode character 𪍏 U+2A34F 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+2A34F.

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!