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

What is Unicode character 𨉍?

The Unicode character 𨉍 U+2824D 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+2824D.

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!