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

What is Unicode character 𦑵?

The Unicode character 𦑵 U+26475 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+26475.

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!