Unicode Finder

"꽘" U+AF58(HANGUL SYLLABLE GGWAM)

U+AF58
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGWAM

Programming

C
\uAF58
JavaScript
\uAF58
Java
\uAF58
Json
\uAF58
Python
\uAF58
Perl
\x{AF58}
PHP
\x{AF58}
Ruby
\u{AF58}
Rust
\u{AF58}
Go
\uAF58

Web

CSS
\00AF58
HtmlDecimal
꽘
HtmlHexadecimal
꽘
Url
%EA%BD%98

Code

MD5
e335ee8c720b863cee26ac4b36dcfc0c
Sha1
5a1d28272b718463587f7d91b94d8abe5d6811b7
Base64
6r2Y

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF58';
console.log(char);  // Output: 꽘

Java:

char c = '\uAF58';
System.out.println(c);  // Output: 꽘

JSON:

{"text": "\uAF58"}  // Value: 꽘

Python:

char = '\uAF58'
print(char)  # Output: 꽘

Perl:

my $char = "\x{AF58}";
print $char;  # Output: 꽘

PHP:

$char = "\x{AF58}";
echo $char;  // Output: 꽘

Ruby:

char = "\u{AF58}"
puts char  # Output: 꽘

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44888;</p>  <!-- Display: 꽘 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF58;</p>  <!-- Display: 꽘 -->

URL Encoding:

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

Encodings

MD5:

e335ee8c720b863cee26ac4b36dcfc0c

SHA1:

5a1d28272b718463587f7d91b94d8abe5d6811b7

Base64:

6r2Y