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

What is Unicode character 𨙌?

The Unicode character 𨙌 U+2864C 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+2864C.

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!