Unicode Finder

"긼" U+AE3C(HANGUL SYLLABLE GILS)

U+AE3C
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GILS

Programming

C
\uAE3C
JavaScript
\uAE3C
Java
\uAE3C
Json
\uAE3C
Python
\uAE3C
Perl
\x{AE3C}
PHP
\x{AE3C}
Ruby
\u{AE3C}
Rust
\u{AE3C}
Go
\uAE3C

Web

CSS
\00AE3C
HtmlDecimal
긼
HtmlHexadecimal
긼
Url
%EA%B8%BC

Code

MD5
18cdbecc54ab83c29dc62d1e02232a93
Sha1
7f44795bf08849450a71788ceaa3cf2198b9c370
Base64
6ri8

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAE3C';
console.log(char);  // Output: 긼

Java:

char c = '\uAE3C';
System.out.println(c);  // Output: 긼

JSON:

{"text": "\uAE3C"}  // Value: 긼

Python:

char = '\uAE3C'
print(char)  # Output: 긼

Perl:

my $char = "\x{AE3C}";
print $char;  # Output: 긼

PHP:

$char = "\x{AE3C}";
echo $char;  // Output: 긼

Ruby:

char = "\u{AE3C}"
puts char  # Output: 긼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44604;</p>  <!-- Display: 긼 -->

HTML Hexadecimal:

<p>HTML hex: &#xAE3C;</p>  <!-- Display: 긼 -->

URL Encoding:

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

Encodings

MD5:

18cdbecc54ab83c29dc62d1e02232a93

SHA1:

7f44795bf08849450a71788ceaa3cf2198b9c370

Base64:

6ri8