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

What is Unicode character 𠦟?

The Unicode character 𠦟 U+2099F 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+2099F.

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!