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

What is Unicode character 𦧣?

The Unicode character 𦧣 U+269E3 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+269E3.

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!