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

What is Unicode character 𧚎?

The Unicode character 𧚎 U+2768E 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+2768E.

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!