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

What is Unicode character 𦦹?

The Unicode character 𦦹 U+269B9 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+269B9.

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!