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

What is Unicode character 𢞍?

The Unicode character 𢞍 U+2278D 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+2278D.

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!