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>&#156877;</p>
📋
CSS .selector { content: '\264CD' };
📋
JS var unicodeA = '\u264CD ';
📋
CPP char unicodeA = ' \u264CD ';
📋
Java char unicodeA = '\u264CD';
📋
Python unicodeA = '\u264CD'
📋

What is Unicode character 𦓍?

The Unicode character 𦓍 U+264CD 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+264CD.

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!