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

What is Unicode character 𪍎?

The Unicode character 𪍎 U+2A34E 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+2A34E.

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!