Unicode Finder

"긶" U+AE36(HANGUL SYLLABLE GINH)

U+AE36
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GINH

Programming

C
\uAE36
JavaScript
\uAE36
Java
\uAE36
Json
\uAE36
Python
\uAE36
Perl
\x{AE36}
PHP
\x{AE36}
Ruby
\u{AE36}
Rust
\u{AE36}
Go
\uAE36

Web

CSS
\00AE36
HtmlDecimal
긶
HtmlHexadecimal
긶
Url
%EA%B8%B6

Code

MD5
a15409f43bd23262afdcca28ebe03c38
Sha1
b520409209444902ddc5103940e6fd53c489638b
Base64
6ri2

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAE36';
console.log(char);  // Output: 긶

Java:

char c = '\uAE36';
System.out.println(c);  // Output: 긶

JSON:

{"text": "\uAE36"}  // Value: 긶

Python:

char = '\uAE36'
print(char)  # Output: 긶

Perl:

my $char = "\x{AE36}";
print $char;  # Output: 긶

PHP:

$char = "\x{AE36}";
echo $char;  // Output: 긶

Ruby:

char = "\u{AE36}"
puts char  # Output: 긶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00AE36";  /* Display: 긶 */
}

HTML Decimal:

<p>HTML decimal: &#44598;</p>  <!-- Display: 긶 -->

HTML Hexadecimal:

<p>HTML hex: &#xAE36;</p>  <!-- Display: 긶 -->

URL Encoding:

// 긶 URL encoding
https://unicodefinder.com/search.php?query=%EA%B8%B6

Encodings

MD5:

a15409f43bd23262afdcca28ebe03c38

SHA1:

b520409209444902ddc5103940e6fd53c489638b

Base64:

6ri2