Unicode Finder

"ჷ" U+10F7(GEORGIAN LETTER YN)

U+10F7
ब्लॉक का नाम
Georgian
नाम
GEORGIAN LETTER YN

Programming

C
\u10F7
JavaScript
\u10F7
Java
\u10F7
Json
\u10F7
Python
\u10F7
Perl
\x{10F7}
PHP
\x{10F7}
Ruby
\u{10F7}
Rust
\u{10F7}
Go
\u10F7

Web

CSS
\0010F7
HtmlDecimal
ჷ
HtmlHexadecimal
ჷ
Url
%E1%83%B7

Code

MD5
18f2692118f19ce0463e376b5cfc26e5
Sha1
fc2b0c9bfa73041ecbb672f03990649eb6485cc8
Base64
4YO3

उपयोग के उदाहरण

Programming Languages

C:

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

JavaScript:

const char = '\u10F7';
console.log(char);  // Output: ჷ

Java:

char c = '\u10F7';
System.out.println(c);  // Output: ჷ

JSON:

{"text": "\u10F7"}  // Value: ჷ

Python:

char = '\u10F7'
print(char)  # Output: ჷ

Perl:

my $char = "\x{10F7}";
print $char;  # Output: ჷ

PHP:

$char = "\x{10F7}";
echo $char;  // Output: ჷ

Ruby:

char = "\u{10F7}"
puts char  # Output: ჷ

Rust:

let c = '\u{10F7}';
println!("{}", c);  // Output: ჷ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0010F7";  /* Display: ჷ */
}

HTML Decimal:

<p>HTML decimal: &#4343;</p>  <!-- Display: ჷ -->

HTML Hexadecimal:

<p>HTML hex: &#x10F7;</p>  <!-- Display: ჷ -->

URL Encoding:

// ჷ URL encoding
https://unicodefinder.com/search.php?query=%E1%83%B7

Encodings

MD5:

18f2692118f19ce0463e376b5cfc26e5

SHA1:

fc2b0c9bfa73041ecbb672f03990649eb6485cc8

Base64:

4YO3