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

What is Unicode character 𧓎?

The Unicode character 𧓎 U+274CE 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+274CE.

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!