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

What is Unicode character 𦢹?

The Unicode character 𦢹 U+268B9 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+268B9.

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!