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

What is Unicode character 𦣊?

The Unicode character 𦣊 U+268CA 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+268CA.

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!