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

What is Unicode character 𦢻?

The Unicode character 𦢻 U+268BB 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+268BB.

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!