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

What is Unicode character 𢣛?

The Unicode character 𢣛 U+228DB 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+228DB.

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!