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>&#160752;</p>
📋
CSS .selector { content: '\273F0' };
📋
JS var unicodeA = '\u273F0 ';
📋
CPP char unicodeA = ' \u273F0 ';
📋
Java char unicodeA = '\u273F0';
📋
Python unicodeA = '\u273F0'
📋

What is Unicode character 𧏰?

The Unicode character 𧏰 U+273F0 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+273F0.

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!