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

What is Unicode character 𠢟?

The Unicode character 𠢟 U+2089F 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+2089F.

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!