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>&#141724;</p>
📋
CSS .selector { content: '\2299C' };
📋
JS var unicodeA = '\u2299C ';
📋
CPP char unicodeA = ' \u2299C ';
📋
Java char unicodeA = '\u2299C';
📋
Python unicodeA = '\u2299C'
📋

What is Unicode character 𢦜?

The Unicode character 𢦜 U+2299C 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+2299C.

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!