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

What is Unicode character 𢞊?

The Unicode character 𢞊 U+2278A 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+2278A.

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!