Unicode Finder

"ჹ" U+10F9(GEORGIAN LETTER TURNED GAN)

U+10F9
ব্লক নাম
Georgian
নাম
GEORGIAN LETTER TURNED GAN

Programming

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

Web

CSS
\0010F9
HtmlDecimal
ჹ
HtmlHexadecimal
ჹ
Url
%E1%83%B9

Code

MD5
6f8234f0882dfcd50961baeb9228546d
Sha1
960a94766b4f6b5cd9d7b4aecf82e09671ac612d
Base64
4YO5

ব্যবহারের উদাহরণ

Programming Languages

C:

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

JavaScript:

const char = '\u10F9';
console.log(char);  // Output: ჹ

Java:

char c = '\u10F9';
System.out.println(c);  // Output: ჹ

JSON:

{"text": "\u10F9"}  // Value: ჹ

Python:

char = '\u10F9'
print(char)  # Output: ჹ

Perl:

my $char = "\x{10F9}";
print $char;  # Output: ჹ

PHP:

$char = "\x{10F9}";
echo $char;  // Output: ჹ

Ruby:

char = "\u{10F9}"
puts char  # Output: ჹ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#4345;</p>  <!-- Display: ჹ -->

HTML Hexadecimal:

<p>HTML hex: &#x10F9;</p>  <!-- Display: ჹ -->

URL Encoding:

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

Encodings

MD5:

6f8234f0882dfcd50961baeb9228546d

SHA1:

960a94766b4f6b5cd9d7b4aecf82e09671ac612d

Base64:

4YO5