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

What is Unicode character 𭞕?

The Unicode character 𭞕 U+2D795 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+2D795.

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!