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

What is Unicode character 𦣅?

The Unicode character 𦣅 U+268C5 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+268C5.

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!