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

What is Unicode character 𧓍?

The Unicode character 𧓍 U+274CD 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+274CD.

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!