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

What is Unicode character 𨙎?

The Unicode character 𨙎 U+2864E 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+2864E.

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!