Unicode Finder

"잓" U+C793(HANGUL SYLLABLE JAGS)

U+C793
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE JAGS

Programming

C
\uC793
JavaScript
\uC793
Java
\uC793
Json
\uC793
Python
\uC793
Perl
\x{C793}
PHP
\x{C793}
Ruby
\u{C793}
Rust
\u{C793}
Go
\uC793

Web

CSS
\00C793
HtmlDecimal
잓
HtmlHexadecimal
잓
Url
%EC%9E%93

Code

MD5
a26b046b913ff51e977d209541bb6f12
Sha1
e2e6bbda7474089f4a2cc3f8185c02d02be70072
Base64
7J6T

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC793';
console.log(char);  // Output: 잓

Java:

char c = '\uC793';
System.out.println(c);  // Output: 잓

JSON:

{"text": "\uC793"}  // Value: 잓

Python:

char = '\uC793'
print(char)  # Output: 잓

Perl:

my $char = "\x{C793}";
print $char;  # Output: 잓

PHP:

$char = "\x{C793}";
echo $char;  // Output: 잓

Ruby:

char = "\u{C793}"
puts char  # Output: 잓

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51091;</p>  <!-- Display: 잓 -->

HTML Hexadecimal:

<p>HTML hex: &#xC793;</p>  <!-- Display: 잓 -->

URL Encoding:

// 잓 URL encoding
https://unicodefinder.com/search.php?query=%EC%9E%93

Encodings

MD5:

a26b046b913ff51e977d209541bb6f12

SHA1:

e2e6bbda7474089f4a2cc3f8185c02d02be70072

Base64:

7J6T