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

What is Unicode character 𧏨?

The Unicode character 𧏨 U+273E8 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+273E8.

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!