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

What is Unicode character 𣙵?

The Unicode character 𣙵 U+23675 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+23675.

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!