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

What is Unicode character 𣑵?

The Unicode character 𣑵 U+23475 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+23475.

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!