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

What is Unicode character 𪍅?

The Unicode character 𪍅 U+2A345 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+2A345.

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!