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

What is Unicode character 𢒏?

The Unicode character 𢒏 U+2248F 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+2248F.

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!