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>&#185678;</p>
📋
CSS .selector { content: '\2D54E' };
📋
JS var unicodeA = '\u2D54E ';
📋
CPP char unicodeA = ' \u2D54E ';
📋
Java char unicodeA = '\u2D54E';
📋
Python unicodeA = '\u2D54E'
📋

What is Unicode character 𭕎?

The Unicode character 𭕎 U+2D54E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D54E.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!