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

What is Unicode character 𣼓?

The Unicode character 𣼓 U+23F13 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+23F13.

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!