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

What is Unicode character 𦢞?

The Unicode character 𦢞 U+2689E 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+2689E.

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!