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

What is Unicode character 𭊕?

The Unicode character 𭊕 U+2D295 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+2D295.

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!