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

What is Unicode character 𢛐?

The Unicode character 𢛐 U+226D0 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+226D0.

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!