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

What is Unicode character 𧎬?

The Unicode character 𧎬 U+273AC 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+273AC.

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!