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

What is Unicode character 𧓘?

The Unicode character 𧓘 U+274D8 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+274D8.

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!