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

What is Unicode character 𢯖?

The Unicode character 𢯖 U+22BD6 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+22BD6.

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!