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

What is Unicode character 𧏎?

The Unicode character 𧏎 U+273CE 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+273CE.

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!