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

What is Unicode character 𭌕?

The Unicode character 𭌕 U+2D315 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+2D315.

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!