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

What is Unicode character 𦣏?

The Unicode character 𦣏 U+268CF 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+268CF.

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!