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

What is Unicode character 𦞎?

The Unicode character 𦞎 U+2678E 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+2678E.

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!