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

What is Unicode character 𢞝?

The Unicode character 𢞝 U+2279D 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+2279D.

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!