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

What is Unicode character 𨙍?

The Unicode character 𨙍 U+2864D 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+2864D.

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!