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

What is Unicode character 𧑶?

The Unicode character 𧑶 U+27476 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+27476.

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!