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

What is Unicode character 𦣭?

The Unicode character 𦣭 U+268ED 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+268ED.

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!