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

What is Unicode character 𢟛?

The Unicode character 𢟛 U+227DB 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+227DB.

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!