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

What is Unicode character 𧏬?

The Unicode character 𧏬 U+273EC 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+273EC.

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!