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

What is Unicode character 𢍵?

The Unicode character 𢍵 U+22375 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+22375.

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!