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

What is Unicode character 𧢟?

The Unicode character 𧢟 U+2789F 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+2789F.

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!