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

What is Unicode character 𧔏?

The Unicode character 𧔏 U+2750F 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+2750F.

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!