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

What is Unicode character 𧔟?

The Unicode character 𧔟 U+2751F 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+2751F.

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!