Unicode Finder

"꽈" U+AF48(HANGUL SYLLABLE GGWA)

U+AF48
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGWA

Programming

C
\uAF48
JavaScript
\uAF48
Java
\uAF48
Json
\uAF48
Python
\uAF48
Perl
\x{AF48}
PHP
\x{AF48}
Ruby
\u{AF48}
Rust
\u{AF48}
Go
\uAF48

Web

CSS
\00AF48
HtmlDecimal
꽈
HtmlHexadecimal
꽈
Url
%EA%BD%88

Code

MD5
0582de76625721bc961b28c824f7163a
Sha1
0b819285deeb9d8808f3126b76389f5195a48bec
Base64
6r2I

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF48';
console.log(char);  // Output: 꽈

Java:

char c = '\uAF48';
System.out.println(c);  // Output: 꽈

JSON:

{"text": "\uAF48"}  // Value: 꽈

Python:

char = '\uAF48'
print(char)  # Output: 꽈

Perl:

my $char = "\x{AF48}";
print $char;  # Output: 꽈

PHP:

$char = "\x{AF48}";
echo $char;  // Output: 꽈

Ruby:

char = "\u{AF48}"
puts char  # Output: 꽈

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44872;</p>  <!-- Display: 꽈 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF48;</p>  <!-- Display: 꽈 -->

URL Encoding:

// 꽈 URL encoding
https://unicodefinder.com/search.php?query=%EA%BD%88

Encodings

MD5:

0582de76625721bc961b28c824f7163a

SHA1:

0b819285deeb9d8808f3126b76389f5195a48bec

Base64:

6r2I