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

What is Unicode character 𢑶?

The Unicode character 𢑶 U+22476 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+22476.

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!