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

What is Unicode character 𩕍?

The Unicode character 𩕍 U+2954D 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+2954D.

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!