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>&#184364;</p>
📋
CSS .selector { content: '\2D02C' };
📋
JS var unicodeA = '\u2D02C ';
📋
CPP char unicodeA = ' \u2D02C ';
📋
Java char unicodeA = '\u2D02C';
📋
Python unicodeA = '\u2D02C'
📋

What is Unicode character 𭀬?

The Unicode character 𭀬 U+2D02C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D02C.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!