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

What is Unicode character 𣵹?

The Unicode character 𣵹 U+23D79 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+23D79.

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!