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

What is Unicode character 𢵮?

The Unicode character 𢵮 U+22D6E 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+22D6E.

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!