Unicode Finder

"괴" U+AD34(HANGUL SYLLABLE GOE)

U+AD34
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GOE

Programming

C
\uAD34
JavaScript
\uAD34
Java
\uAD34
Json
\uAD34
Python
\uAD34
Perl
\x{AD34}
PHP
\x{AD34}
Ruby
\u{AD34}
Rust
\u{AD34}
Go
\uAD34

Web

CSS
\00AD34
HtmlDecimal
괴
HtmlHexadecimal
괴
Url
%EA%B4%B4

Code

MD5
275d46d5c29abecc9fcb2f8847c271af
Sha1
ed3d33a6f451c7e5103fd5e9b01ad80c54bd746b
Base64
6rS0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAD34';
console.log(char);  // Output: 괴

Java:

char c = '\uAD34';
System.out.println(c);  // Output: 괴

JSON:

{"text": "\uAD34"}  // Value: 괴

Python:

char = '\uAD34'
print(char)  # Output: 괴

Perl:

my $char = "\x{AD34}";
print $char;  # Output: 괴

PHP:

$char = "\x{AD34}";
echo $char;  // Output: 괴

Ruby:

char = "\u{AD34}"
puts char  # Output: 괴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44340;</p>  <!-- Display: 괴 -->

HTML Hexadecimal:

<p>HTML hex: &#xAD34;</p>  <!-- Display: 괴 -->

URL Encoding:

// 괴 URL encoding
https://unicodefinder.com/search.php?query=%EA%B4%B4

Encodings

MD5:

275d46d5c29abecc9fcb2f8847c271af

SHA1:

ed3d33a6f451c7e5103fd5e9b01ad80c54bd746b

Base64:

6rS0