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

What is Unicode character 𦣍?

The Unicode character 𦣍 U+268CD 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+268CD.

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!