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

What is Unicode character 𦢬?

The Unicode character 𦢬 U+268AC 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+268AC.

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!