Unicode Finder

"꽖" U+AF56(HANGUL SYLLABLE GGWALP)

U+AF56
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGWALP

Programming

C
\uAF56
JavaScript
\uAF56
Java
\uAF56
Json
\uAF56
Python
\uAF56
Perl
\x{AF56}
PHP
\x{AF56}
Ruby
\u{AF56}
Rust
\u{AF56}
Go
\uAF56

Web

CSS
\00AF56
HtmlDecimal
꽖
HtmlHexadecimal
꽖
Url
%EA%BD%96

Code

MD5
d640d5466c76d6e8e7c657599ce94de9
Sha1
af991a5f4ac97349a9c416e784e117ef1da5a5db
Base64
6r2W

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF56';
console.log(char);  // Output: 꽖

Java:

char c = '\uAF56';
System.out.println(c);  // Output: 꽖

JSON:

{"text": "\uAF56"}  // Value: 꽖

Python:

char = '\uAF56'
print(char)  # Output: 꽖

Perl:

my $char = "\x{AF56}";
print $char;  # Output: 꽖

PHP:

$char = "\x{AF56}";
echo $char;  // Output: 꽖

Ruby:

char = "\u{AF56}"
puts char  # Output: 꽖

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44886;</p>  <!-- Display: 꽖 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF56;</p>  <!-- Display: 꽖 -->

URL Encoding:

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

Encodings

MD5:

d640d5466c76d6e8e7c657599ce94de9

SHA1:

af991a5f4ac97349a9c416e784e117ef1da5a5db

Base64:

6r2W