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>&#168799;</p>
📋
CSS .selector { content: '\2935F' };
📋
JS var unicodeA = '\u2935F ';
📋
CPP char unicodeA = ' \u2935F ';
📋
Java char unicodeA = '\u2935F';
📋
Python unicodeA = '\u2935F'
📋

What is Unicode character 𩍟?

The Unicode character 𩍟 U+2935F 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+2935F.

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!