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

What is Unicode character 𨕎?

The Unicode character 𨕎 U+2854E 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+2854E.

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!