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

What is Unicode character 𢵯?

The Unicode character 𢵯 U+22D6F 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+22D6F.

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!