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

What is Unicode character 𢞟?

The Unicode character 𢞟 U+2279F 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+2279F.

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!