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

What is Unicode character 𢦌?

The Unicode character 𢦌 U+2298C 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+2298C.

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!