Unicode Finder

"욗" U+C697(HANGUL SYLLABLE YOGS)

U+C697
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE YOGS

Programming

C
\uC697
JavaScript
\uC697
Java
\uC697
Json
\uC697
Python
\uC697
Perl
\x{C697}
PHP
\x{C697}
Ruby
\u{C697}
Rust
\u{C697}
Go
\uC697

Web

CSS
\00C697
HtmlDecimal
욗
HtmlHexadecimal
욗
Url
%EC%9A%97

Code

MD5
f985be34249f0b125cacb007d4e01ee2
Sha1
e2666eb22be9651f3abb6e64b7e1c855ab8c9cea
Base64
7JqX

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC697';
console.log(char);  // Output: 욗

Java:

char c = '\uC697';
System.out.println(c);  // Output: 욗

JSON:

{"text": "\uC697"}  // Value: 욗

Python:

char = '\uC697'
print(char)  # Output: 욗

Perl:

my $char = "\x{C697}";
print $char;  # Output: 욗

PHP:

$char = "\x{C697}";
echo $char;  // Output: 욗

Ruby:

char = "\u{C697}"
puts char  # Output: 욗

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50839;</p>  <!-- Display: 욗 -->

HTML Hexadecimal:

<p>HTML hex: &#xC697;</p>  <!-- Display: 욗 -->

URL Encoding:

// 욗 URL encoding
https://unicodefinder.com/search.php?query=%EC%9A%97

Encodings

MD5:

f985be34249f0b125cacb007d4e01ee2

SHA1:

e2666eb22be9651f3abb6e64b7e1c855ab8c9cea

Base64:

7JqX