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

What is Unicode character 𧎯?

The Unicode character 𧎯 U+273AF 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+273AF.

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!