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

What is Unicode character 𣼝?

The Unicode character 𣼝 U+23F1D 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+23F1D.

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!