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

What is Unicode character 𧔝?

The Unicode character 𧔝 U+2751D 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+2751D.

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!