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

What is Unicode character 𢹿?

The Unicode character 𢹿 U+22E7F 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+22E7F.

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!