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

What is Unicode character 𦑶?

The Unicode character 𦑶 U+26476 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+26476.

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!