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

What is Unicode character 𦣹?

The Unicode character 𦣹 U+268F9 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+268F9.

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!