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>&#169721;</p>
📋
CSS .selector { content: '\296F9' };
📋
JS var unicodeA = '\u296F9 ';
📋
CPP char unicodeA = ' \u296F9 ';
📋
Java char unicodeA = '\u296F9';
📋
Python unicodeA = '\u296F9'
📋

What is Unicode character 𩛹?

The Unicode character 𩛹 U+296F9 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+296F9.

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!