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

What is Unicode character 𣼍?

The Unicode character 𣼍 U+23F0D 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+23F0D.

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!