Unicode Finder

"꼲" U+AF32(HANGUL SYLLABLE GGONH)

U+AF32
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGONH

Programming

C
\uAF32
JavaScript
\uAF32
Java
\uAF32
Json
\uAF32
Python
\uAF32
Perl
\x{AF32}
PHP
\x{AF32}
Ruby
\u{AF32}
Rust
\u{AF32}
Go
\uAF32

Web

CSS
\00AF32
HtmlDecimal
꼲
HtmlHexadecimal
꼲
Url
%EA%BC%B2

Code

MD5
8a5072bf93a7d34beb6c454e66be276e
Sha1
8fd6eb7e8f2bd855a015905b4be696dc9bb6c272
Base64
6ryy

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF32';
console.log(char);  // Output: 꼲

Java:

char c = '\uAF32';
System.out.println(c);  // Output: 꼲

JSON:

{"text": "\uAF32"}  // Value: 꼲

Python:

char = '\uAF32'
print(char)  # Output: 꼲

Perl:

my $char = "\x{AF32}";
print $char;  # Output: 꼲

PHP:

$char = "\x{AF32}";
echo $char;  // Output: 꼲

Ruby:

char = "\u{AF32}"
puts char  # Output: 꼲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44850;</p>  <!-- Display: 꼲 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF32;</p>  <!-- Display: 꼲 -->

URL Encoding:

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

Encodings

MD5:

8a5072bf93a7d34beb6c454e66be276e

SHA1:

8fd6eb7e8f2bd855a015905b4be696dc9bb6c272

Base64:

6ryy