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

What is Unicode character 𦣎?

The Unicode character 𦣎 U+268CE 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+268CE.

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!