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

What is Unicode character 𭃵?

The Unicode character 𭃵 U+2D0F5 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+2D0F5.

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!