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

What is Unicode character 𦊹?

The Unicode character 𦊹 U+262B9 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+262B9.

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!