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

What is Unicode character 𦂹?

The Unicode character 𦂹 U+260B9 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+260B9.

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!