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

What is Unicode character 𦢩?

The Unicode character 𦢩 U+268A9 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+268A9.

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!