Unicode Finder

"ᅵ" U+1175(HANGUL JUNGSEONG I)

U+1175
بلاک کا نام
Hangul Jamo
نام
HANGUL JUNGSEONG I

Programming

C
\u1175
JavaScript
\u1175
Java
\u1175
Json
\u1175
Python
\u1175
Perl
\x{1175}
PHP
\x{1175}
Ruby
\u{1175}
Rust
\u{1175}
Go
\u1175

Web

CSS
\001175
HtmlDecimal
ᅵ
HtmlHexadecimal
ᅵ
Url
%E1%85%B5

Code

MD5
0b8142c1878e1716bf37e49ebad92e4b
Sha1
32b7303e616dec56224c68b01673e54009c87f2f
Base64
4YW1

استعمال کی مثالیں

Programming Languages

C:

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

JavaScript:

const char = '\u1175';
console.log(char);  // Output: ᅵ

Java:

char c = '\u1175';
System.out.println(c);  // Output: ᅵ

JSON:

{"text": "\u1175"}  // Value: ᅵ

Python:

char = '\u1175'
print(char)  # Output: ᅵ

Perl:

my $char = "\x{1175}";
print $char;  # Output: ᅵ

PHP:

$char = "\x{1175}";
echo $char;  // Output: ᅵ

Ruby:

char = "\u{1175}"
puts char  # Output: ᅵ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001175";  /* Display: ᅵ */
}

HTML Decimal:

<p>HTML decimal: &#4469;</p>  <!-- Display: ᅵ -->

HTML Hexadecimal:

<p>HTML hex: &#x1175;</p>  <!-- Display: ᅵ -->

URL Encoding:

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

Encodings

MD5:

0b8142c1878e1716bf37e49ebad92e4b

SHA1:

32b7303e616dec56224c68b01673e54009c87f2f

Base64:

4YW1