Unicode Finder

"꿨" U+AFE8(HANGUL SYLLABLE GGWEOSS)

U+AFE8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGWEOSS

Programming

C
\uAFE8
JavaScript
\uAFE8
Java
\uAFE8
Json
\uAFE8
Python
\uAFE8
Perl
\x{AFE8}
PHP
\x{AFE8}
Ruby
\u{AFE8}
Rust
\u{AFE8}
Go
\uAFE8

Web

CSS
\00AFE8
HtmlDecimal
꿨
HtmlHexadecimal
꿨
Url
%EA%BF%A8

Code

MD5
2eeea883b3a577ce7c5fc964db3982dc
Sha1
62b1f3f789b3b11c1b41277816cc1eec39a4a87a
Base64
6r+o

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAFE8';
console.log(char);  // Output: 꿨

Java:

char c = '\uAFE8';
System.out.println(c);  // Output: 꿨

JSON:

{"text": "\uAFE8"}  // Value: 꿨

Python:

char = '\uAFE8'
print(char)  # Output: 꿨

Perl:

my $char = "\x{AFE8}";
print $char;  # Output: 꿨

PHP:

$char = "\x{AFE8}";
echo $char;  // Output: 꿨

Ruby:

char = "\u{AFE8}"
puts char  # Output: 꿨

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45032;</p>  <!-- Display: 꿨 -->

HTML Hexadecimal:

<p>HTML hex: &#xAFE8;</p>  <!-- Display: 꿨 -->

URL Encoding:

// 꿨 URL encoding
https://unicodefinder.com/search.php?query=%EA%BF%A8

Encodings

MD5:

2eeea883b3a577ce7c5fc964db3982dc

SHA1:

62b1f3f789b3b11c1b41277816cc1eec39a4a87a

Base64:

6r+o