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>&#157888;</p>
📋
CSS .selector { content: '\268C0' };
📋
JS var unicodeA = '\u268C0 ';
📋
CPP char unicodeA = ' \u268C0 ';
📋
Java char unicodeA = '\u268C0';
📋
Python unicodeA = '\u268C0'
📋

What is Unicode character 𦣀?

The Unicode character 𦣀 U+268C0 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+268C0.

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!