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>&#159953;</p>
📋
CSS .selector { content: '\270D1' };
📋
JS var unicodeA = '\u270D1 ';
📋
CPP char unicodeA = ' \u270D1 ';
📋
Java char unicodeA = '\u270D1';
📋
Python unicodeA = '\u270D1'
📋

What is Unicode character 𧃑?

The Unicode character 𧃑 U+270D1 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+270D1.

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!