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

What is Unicode character 𧊃?

The Unicode character 𧊃 U+27283 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+27283.

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!