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

What is Unicode character 𣼟?

The Unicode character 𣼟 U+23F1F 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+23F1F.

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!