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

What is Unicode character 𭝖?

The Unicode character 𭝖 U+2D756 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+2D756.

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!