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

What is Unicode character 𭀯?

The Unicode character 𭀯 U+2D02F 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+2D02F.

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!