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

What is Unicode character 𩕎?

The Unicode character 𩕎 U+2954E 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+2954E.

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!