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

What is Unicode character 𢛏?

The Unicode character 𢛏 U+226CF 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+226CF.

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!