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

What is Unicode character 𦣛?

The Unicode character 𦣛 U+268DB 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+268DB.

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!