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

What is Unicode character 𦣌?

The Unicode character 𦣌 U+268CC 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+268CC.

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!