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

What is Unicode character 𨑶?

The Unicode character 𨑶 U+28476 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+28476.

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!