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

What is Unicode character 𨉎?

The Unicode character 𨉎 U+2824E 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+2824E.

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!