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

What is Unicode character 𢦟?

The Unicode character 𢦟 U+2299F 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+2299F.

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!