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

What is Unicode character 𢞎?

The Unicode character 𢞎 U+2278E 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+2278E.

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!