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

What is Unicode character 𦞍?

The Unicode character 𦞍 U+2678D 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+2678D.

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!