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

What is Unicode character 𡑵?

The Unicode character 𡑵 U+21475 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+21475.

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!