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

What is Unicode character 𢦏?

The Unicode character 𢦏 U+2298F 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+2298F.

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!