Unicode Finder

"귐" U+ADD0(HANGUL SYLLABLE GWIM)

U+ADD0
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE GWIM

Programming

C
\uADD0
JavaScript
\uADD0
Java
\uADD0
Json
\uADD0
Python
\uADD0
Perl
\x{ADD0}
PHP
\x{ADD0}
Ruby
\u{ADD0}
Rust
\u{ADD0}
Go
\uADD0

Web

CSS
\00ADD0
HtmlDecimal
귐
HtmlHexadecimal
귐
Url
%EA%B7%90

Code

MD5
3e21abf9d6bb71a6743b677cfc51a78d
Sha1
83a9477434aae7c59e8e2e54edfc02daea5139a6
Base64
6reQ

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uADD0';
console.log(char);  // Output: 귐

Java:

char c = '\uADD0';
System.out.println(c);  // Output: 귐

JSON:

{"text": "\uADD0"}  // Value: 귐

Python:

char = '\uADD0'
print(char)  # Output: 귐

Perl:

my $char = "\x{ADD0}";
print $char;  # Output: 귐

PHP:

$char = "\x{ADD0}";
echo $char;  // Output: 귐

Ruby:

char = "\u{ADD0}"
puts char  # Output: 귐

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#44496;</p>  <!-- Display: 귐 -->

HTML Hexadecimal:

<p>HTML hex: &#xADD0;</p>  <!-- Display: 귐 -->

URL Encoding:

// 귐 URL encoding
https://unicodefinder.com/search.php?query=%EA%B7%90

Encodings

MD5:

3e21abf9d6bb71a6743b677cfc51a78d

SHA1:

83a9477434aae7c59e8e2e54edfc02daea5139a6

Base64:

6reQ