Unicode Finder

"즀" U+C980(HANGUL SYLLABLE JYUSS)

U+C980
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JYUSS

Programming

C
\uC980
JavaScript
\uC980
Java
\uC980
Json
\uC980
Python
\uC980
Perl
\x{C980}
PHP
\x{C980}
Ruby
\u{C980}
Rust
\u{C980}
Go
\uC980

Web

CSS
\00C980
HtmlDecimal
즀
HtmlHexadecimal
즀
Url
%EC%A6%80

Code

MD5
c53c361b6f23ae1df9db7c13530da5de
Sha1
df92218769a499dae8c4519195dcd03eee9c4370
Base64
7KaA

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC980';
console.log(char);  // Output: 즀

Java:

char c = '\uC980';
System.out.println(c);  // Output: 즀

JSON:

{"text": "\uC980"}  // Value: 즀

Python:

char = '\uC980'
print(char)  # Output: 즀

Perl:

my $char = "\x{C980}";
print $char;  # Output: 즀

PHP:

$char = "\x{C980}";
echo $char;  // Output: 즀

Ruby:

char = "\u{C980}"
puts char  # Output: 즀

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51584;</p>  <!-- Display: 즀 -->

HTML Hexadecimal:

<p>HTML hex: &#xC980;</p>  <!-- Display: 즀 -->

URL Encoding:

// 즀 URL encoding
https://unicodefinder.com/search.php?query=%EC%A6%80

Encodings

MD5:

c53c361b6f23ae1df9db7c13530da5de

SHA1:

df92218769a499dae8c4519195dcd03eee9c4370

Base64:

7KaA