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

What is Unicode character 𭊅?

The Unicode character 𭊅 U+2D285 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+2D285.

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!