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

What is Unicode character 𪙍?

The Unicode character 𪙍 U+2A64D 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+2A64D.

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!