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>&#141023;</p>
📋
CSS .selector { content: '\226DF' };
📋
JS var unicodeA = '\u226DF ';
📋
CPP char unicodeA = ' \u226DF ';
📋
Java char unicodeA = '\u226DF';
📋
Python unicodeA = '\u226DF'
📋

What is Unicode character 𢛟?

The Unicode character 𢛟 U+226DF 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+226DF.

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!