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

What is Unicode character 𧓬?

The Unicode character 𧓬 U+274EC 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+274EC.

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!