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

What is Unicode character 𧢞?

The Unicode character 𧢞 U+2789E 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+2789E.

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!