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>&#169806;</p>
📋
CSS .selector { content: '\2974E' };
📋
JS var unicodeA = '\u2974E ';
📋
CPP char unicodeA = ' \u2974E ';
📋
Java char unicodeA = '\u2974E';
📋
Python unicodeA = '\u2974E'
📋

What is Unicode character 𩝎?

The Unicode character 𩝎 U+2974E 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+2974E.

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!