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>&#142326;</p>
📋
CSS .selector { content: '\22BF6' };
📋
JS var unicodeA = '\u22BF6 ';
📋
CPP char unicodeA = ' \u22BF6 ';
📋
Java char unicodeA = '\u22BF6';
📋
Python unicodeA = '\u22BF6'
📋

What is Unicode character 𢯶?

The Unicode character 𢯶 U+22BF6 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+22BF6.

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!