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

What is Unicode character 𧓓?

The Unicode character 𧓓 U+274D3 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+274D3.

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!