Unicode Finder

"꿢" U+AFE2(HANGUL SYLLABLE GGWEOLP)

U+AFE2
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GGWEOLP

Programming

C
\uAFE2
JavaScript
\uAFE2
Java
\uAFE2
Json
\uAFE2
Python
\uAFE2
Perl
\x{AFE2}
PHP
\x{AFE2}
Ruby
\u{AFE2}
Rust
\u{AFE2}
Go
\uAFE2

Web

CSS
\00AFE2
HtmlDecimal
꿢
HtmlHexadecimal
꿢
Url
%EA%BF%A2

Code

MD5
3d3db662b0cfdaf0512903d54029626c
Sha1
f67481facd422012d8e867da7e4b93aaa245997a
Base64
6r+i

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAFE2';
console.log(char);  // Output: 꿢

Java:

char c = '\uAFE2';
System.out.println(c);  // Output: 꿢

JSON:

{"text": "\uAFE2"}  // Value: 꿢

Python:

char = '\uAFE2'
print(char)  # Output: 꿢

Perl:

my $char = "\x{AFE2}";
print $char;  # Output: 꿢

PHP:

$char = "\x{AFE2}";
echo $char;  // Output: 꿢

Ruby:

char = "\u{AFE2}"
puts char  # Output: 꿢

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#45026;</p>  <!-- Display: 꿢 -->

HTML Hexadecimal:

<p>HTML hex: &#xAFE2;</p>  <!-- Display: 꿢 -->

URL Encoding:

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

Encodings

MD5:

3d3db662b0cfdaf0512903d54029626c

SHA1:

f67481facd422012d8e867da7e4b93aaa245997a

Base64:

6r+i