Unicode Finder

"ᳶ" U+1CF6(VEDIC SIGN UPADHMANIYA)

U+1CF6
Nazwa Bloku
Vedic Extensions
Nazwa
VEDIC SIGN UPADHMANIYA

Programming

C
\u1CF6
JavaScript
\u1CF6
Java
\u1CF6
Json
\u1CF6
Python
\u1CF6
Perl
\x{1CF6}
PHP
\x{1CF6}
Ruby
\u{1CF6}
Rust
\u{1CF6}
Go
\u1CF6

Web

CSS
\001CF6
HtmlDecimal
ᳶ
HtmlHexadecimal
ᳶ
Url
%E1%B3%B6

Code

MD5
c72b517e59f4e0e98fc6bd55be9b9400
Sha1
fa61cc6d68856e7865b4d45bb92fb49ee7dd178c
Base64
4bO2

Przykłady Użycia

Programming Languages

C:

char c = '\u1CF6';
printf("%c\n", c);  // Output: ᳶ

JavaScript:

const char = '\u1CF6';
console.log(char);  // Output: ᳶ

Java:

char c = '\u1CF6';
System.out.println(c);  // Output: ᳶ

JSON:

{"text": "\u1CF6"}  // Value: ᳶ

Python:

char = '\u1CF6'
print(char)  # Output: ᳶ

Perl:

my $char = "\x{1CF6}";
print $char;  # Output: ᳶ

PHP:

$char = "\x{1CF6}";
echo $char;  // Output: ᳶ

Ruby:

char = "\u{1CF6}"
puts char  # Output: ᳶ

Rust:

let c = '\u{1CF6}';
println!("{}", c);  // Output: ᳶ

Go:

char := '\u1CF6'
fmt.Printf("%c\n", char)  // Output: ᳶ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001CF6";  /* Display: ᳶ */
}

HTML Decimal:

<p>HTML decimal: &#7414;</p>  <!-- Display: ᳶ -->

HTML Hexadecimal:

<p>HTML hex: &#x1CF6;</p>  <!-- Display: ᳶ -->

URL Encoding:

// ᳶ URL encoding
https://unicodefinder.com/search.php?query=%E1%B3%B6

Encodings

MD5:

c72b517e59f4e0e98fc6bd55be9b9400

SHA1:

fa61cc6d68856e7865b4d45bb92fb49ee7dd178c

Base64:

4bO2