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

What is Unicode character 𣹭?

The Unicode character 𣹭 U+23E6D 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+23E6D.

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!