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

What is Unicode character 𧑛?

The Unicode character 𧑛 U+2745B 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+2745B.

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!