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

What is Unicode character 𧏦?

The Unicode character 𧏦 U+273E6 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+273E6.

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!