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

What is Unicode character 𦢺?

The Unicode character 𦢺 U+268BA 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+268BA.

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!