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>&#161037;</p>
📋
CSS .selector { content: '\2750D' };
📋
JS var unicodeA = '\u2750D ';
📋
CPP char unicodeA = ' \u2750D ';
📋
Java char unicodeA = '\u2750D';
📋
Python unicodeA = '\u2750D'
📋

What is Unicode character 𧔍?

The Unicode character 𧔍 U+2750D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2750D.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!