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

What is Unicode character 𦚹?

The Unicode character 𦚹 U+266B9 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+266B9.

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!