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

What is Unicode character 𢞏?

The Unicode character 𢞏 U+2278F 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+2278F.

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!