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

What is Unicode character 𦣝?

The Unicode character 𦣝 U+268DD 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+268DD.

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!