Unicode Finder

"꾛" U+AF9B(HANGUL SYLLABLE GGOEH)

U+AF9B
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGOEH

Programming

C
\uAF9B
JavaScript
\uAF9B
Java
\uAF9B
Json
\uAF9B
Python
\uAF9B
Perl
\x{AF9B}
PHP
\x{AF9B}
Ruby
\u{AF9B}
Rust
\u{AF9B}
Go
\uAF9B

Web

CSS
\00AF9B
HtmlDecimal
꾛
HtmlHexadecimal
꾛
Url
%EA%BE%9B

Code

MD5
d50b56b0983202d463d57d2f3d30f521
Sha1
9e2da16a67fd02e1e2af0ce6c37b7f8bd2d2aec0
Base64
6r6b

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF9B';
console.log(char);  // Output: 꾛

Java:

char c = '\uAF9B';
System.out.println(c);  // Output: 꾛

JSON:

{"text": "\uAF9B"}  // Value: 꾛

Python:

char = '\uAF9B'
print(char)  # Output: 꾛

Perl:

my $char = "\x{AF9B}";
print $char;  # Output: 꾛

PHP:

$char = "\x{AF9B}";
echo $char;  // Output: 꾛

Ruby:

char = "\u{AF9B}"
puts char  # Output: 꾛

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44955;</p>  <!-- Display: 꾛 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF9B;</p>  <!-- Display: 꾛 -->

URL Encoding:

// 꾛 URL encoding
https://unicodefinder.com/search.php?query=%EA%BE%9B

Encodings

MD5:

d50b56b0983202d463d57d2f3d30f521

SHA1:

9e2da16a67fd02e1e2af0ce6c37b7f8bd2d2aec0

Base64:

6r6b