Unicode Finder

"굶" U+AD76(HANGUL SYLLABLE GULM)

U+AD76
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GULM

Programming

C
\uAD76
JavaScript
\uAD76
Java
\uAD76
Json
\uAD76
Python
\uAD76
Perl
\x{AD76}
PHP
\x{AD76}
Ruby
\u{AD76}
Rust
\u{AD76}
Go
\uAD76

Web

CSS
\00AD76
HtmlDecimal
굶
HtmlHexadecimal
굶
Url
%EA%B5%B6

Code

MD5
a18b33933f8009cba275a4136d7e19b5
Sha1
2a96ed1f0619cd5cb18ff707818f398240c8c4eb
Base64
6rW2

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uAD76';
console.log(char);  // Output: 굶

Java:

char c = '\uAD76';
System.out.println(c);  // Output: 굶

JSON:

{"text": "\uAD76"}  // Value: 굶

Python:

char = '\uAD76'
print(char)  # Output: 굶

Perl:

my $char = "\x{AD76}";
print $char;  # Output: 굶

PHP:

$char = "\x{AD76}";
echo $char;  // Output: 굶

Ruby:

char = "\u{AD76}"
puts char  # Output: 굶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44406;</p>  <!-- Display: 굶 -->

HTML Hexadecimal:

<p>HTML hex: &#xAD76;</p>  <!-- Display: 굶 -->

URL Encoding:

// 굶 URL encoding
https://unicodefinder.com/search.php?query=%EA%B5%B6

Encodings

MD5:

a18b33933f8009cba275a4136d7e19b5

SHA1:

2a96ed1f0619cd5cb18ff707818f398240c8c4eb

Base64:

6rW2