Unicode Finder

"ᇸ" U+11F8(HANGUL JONGSEONG HIEUH-PIEUP)

U+11F8
بلاک کا نام
Hangul Jamo
نام
HANGUL JONGSEONG HIEUH-PIEUP

Programming

C
\u11F8
JavaScript
\u11F8
Java
\u11F8
Json
\u11F8
Python
\u11F8
Perl
\x{11F8}
PHP
\x{11F8}
Ruby
\u{11F8}
Rust
\u{11F8}
Go
\u11F8

Web

CSS
\0011F8
HtmlDecimal
ᇸ
HtmlHexadecimal
ᇸ
Url
%E1%87%B8

Code

MD5
7b3fc4dde7d891d52d7bd93b551f5c3b
Sha1
d19de9b99c6fc258c4c9226ff465b1162f53d8c8
Base64
4Ye4

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

Programming Languages

C:

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

JavaScript:

const char = '\u11F8';
console.log(char);  // Output: ᇸ

Java:

char c = '\u11F8';
System.out.println(c);  // Output: ᇸ

JSON:

{"text": "\u11F8"}  // Value: ᇸ

Python:

char = '\u11F8'
print(char)  # Output: ᇸ

Perl:

my $char = "\x{11F8}";
print $char;  # Output: ᇸ

PHP:

$char = "\x{11F8}";
echo $char;  // Output: ᇸ

Ruby:

char = "\u{11F8}"
puts char  # Output: ᇸ

Rust:

let c = '\u{11F8}';
println!("{}", c);  // Output: ᇸ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0011F8";  /* Display: ᇸ */
}

HTML Decimal:

<p>HTML decimal: &#4600;</p>  <!-- Display: ᇸ -->

HTML Hexadecimal:

<p>HTML hex: &#x11F8;</p>  <!-- Display: ᇸ -->

URL Encoding:

// ᇸ URL encoding
https://unicodefinder.com/search.php?query=%E1%87%B8

Encodings

MD5:

7b3fc4dde7d891d52d7bd93b551f5c3b

SHA1:

d19de9b99c6fc258c4c9226ff465b1162f53d8c8

Base64:

4Ye4