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

What is Unicode character 𦢫?

The Unicode character 𦢫 U+268AB 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+268AB.

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!