Unicode Finder

"꽇" U+AF47(HANGUL SYLLABLE GGOH)

U+AF47
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGOH

Programming

C
\uAF47
JavaScript
\uAF47
Java
\uAF47
Json
\uAF47
Python
\uAF47
Perl
\x{AF47}
PHP
\x{AF47}
Ruby
\u{AF47}
Rust
\u{AF47}
Go
\uAF47

Web

CSS
\00AF47
HtmlDecimal
꽇
HtmlHexadecimal
꽇
Url
%EA%BD%87

Code

MD5
471e159bd07e9868baf1c9533614c4a4
Sha1
bc25336974b84e8fb004194da2d25d570dfb2540
Base64
6r2H

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAF47';
console.log(char);  // Output: 꽇

Java:

char c = '\uAF47';
System.out.println(c);  // Output: 꽇

JSON:

{"text": "\uAF47"}  // Value: 꽇

Python:

char = '\uAF47'
print(char)  # Output: 꽇

Perl:

my $char = "\x{AF47}";
print $char;  # Output: 꽇

PHP:

$char = "\x{AF47}";
echo $char;  // Output: 꽇

Ruby:

char = "\u{AF47}"
puts char  # Output: 꽇

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44871;</p>  <!-- Display: 꽇 -->

HTML Hexadecimal:

<p>HTML hex: &#xAF47;</p>  <!-- Display: 꽇 -->

URL Encoding:

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

Encodings

MD5:

471e159bd07e9868baf1c9533614c4a4

SHA1:

bc25336974b84e8fb004194da2d25d570dfb2540

Base64:

6r2H