Unicode Finder

"즅" U+C985(HANGUL SYLLABLE JYUT)

U+C985
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JYUT

Programming

C
\uC985
JavaScript
\uC985
Java
\uC985
Json
\uC985
Python
\uC985
Perl
\x{C985}
PHP
\x{C985}
Ruby
\u{C985}
Rust
\u{C985}
Go
\uC985

Web

CSS
\00C985
HtmlDecimal
즅
HtmlHexadecimal
즅
Url
%EC%A6%85

Code

MD5
239469e09b30c0a46c5b1575dfd43fe0
Sha1
bf8c6b508cd3500b619ede2f6803cbe230c0b930
Base64
7KaF

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC985';
console.log(char);  // Output: 즅

Java:

char c = '\uC985';
System.out.println(c);  // Output: 즅

JSON:

{"text": "\uC985"}  // Value: 즅

Python:

char = '\uC985'
print(char)  # Output: 즅

Perl:

my $char = "\x{C985}";
print $char;  # Output: 즅

PHP:

$char = "\x{C985}";
echo $char;  // Output: 즅

Ruby:

char = "\u{C985}"
puts char  # Output: 즅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51589;</p>  <!-- Display: 즅 -->

HTML Hexadecimal:

<p>HTML hex: &#xC985;</p>  <!-- Display: 즅 -->

URL Encoding:

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

Encodings

MD5:

239469e09b30c0a46c5b1575dfd43fe0

SHA1:

bf8c6b508cd3500b619ede2f6803cbe230c0b930

Base64:

7KaF