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

What is Unicode character 𡑶?

The Unicode character 𡑶 U+21476 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+21476.

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!