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

What is Unicode character 𦣬?

The Unicode character 𦣬 U+268EC 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+268EC.

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!