Unicode Finder

"ၵ" U+1075(MYANMAR LETTER SHAN KA)

U+1075
نام بلوک
Myanmar
نام
MYANMAR LETTER SHAN KA

Programming

C
\u1075
JavaScript
\u1075
Java
\u1075
Json
\u1075
Python
\u1075
Perl
\x{1075}
PHP
\x{1075}
Ruby
\u{1075}
Rust
\u{1075}
Go
\u1075

Web

CSS
\001075
HtmlDecimal
ၵ
HtmlHexadecimal
ၵ
Url
%E1%81%B5

Code

MD5
37622dd637fbac89763613f9ffccf53a
Sha1
1d79a68375b5740781ea69c0e836f5c681e62aee
Base64
4YG1

مثال‌های استفاده

Programming Languages

C:

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

JavaScript:

const char = '\u1075';
console.log(char);  // Output: ၵ

Java:

char c = '\u1075';
System.out.println(c);  // Output: ၵ

JSON:

{"text": "\u1075"}  // Value: ၵ

Python:

char = '\u1075'
print(char)  # Output: ၵ

Perl:

my $char = "\x{1075}";
print $char;  # Output: ၵ

PHP:

$char = "\x{1075}";
echo $char;  // Output: ၵ

Ruby:

char = "\u{1075}"
puts char  # Output: ၵ

Rust:

let c = '\u{1075}';
println!("{}", c);  // Output: ၵ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001075";  /* Display: ၵ */
}

HTML Decimal:

<p>HTML decimal: &#4213;</p>  <!-- Display: ၵ -->

HTML Hexadecimal:

<p>HTML hex: &#x1075;</p>  <!-- Display: ၵ -->

URL Encoding:

// ၵ URL encoding
https://unicodefinder.com/search.php?query=%E1%81%B5

Encodings

MD5:

37622dd637fbac89763613f9ffccf53a

SHA1:

1d79a68375b5740781ea69c0e836f5c681e62aee

Base64:

4YG1