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

What is Unicode character 𢏛?

The Unicode character 𢏛 U+223DB 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+223DB.

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!