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

What is Unicode character 𪍍?

The Unicode character 𪍍 U+2A34D 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+2A34D.

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!