Unicode Finder

"윹" U+C739(HANGUL SYLLABLE YUT)

U+C739
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE YUT

Programming

C
\uC739
JavaScript
\uC739
Java
\uC739
Json
\uC739
Python
\uC739
Perl
\x{C739}
PHP
\x{C739}
Ruby
\u{C739}
Rust
\u{C739}
Go
\uC739

Web

CSS
\00C739
HtmlDecimal
윹
HtmlHexadecimal
윹
Url
%EC%9C%B9

Code

MD5
e8d4a55a8779984ace194185cfa9d76c
Sha1
424e3ca22263db445b2947273e077239a2252fe1
Base64
7Jy5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC739';
console.log(char);  // Output: 윹

Java:

char c = '\uC739';
System.out.println(c);  // Output: 윹

JSON:

{"text": "\uC739"}  // Value: 윹

Python:

char = '\uC739'
print(char)  # Output: 윹

Perl:

my $char = "\x{C739}";
print $char;  # Output: 윹

PHP:

$char = "\x{C739}";
echo $char;  // Output: 윹

Ruby:

char = "\u{C739}"
puts char  # Output: 윹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#51001;</p>  <!-- Display: 윹 -->

HTML Hexadecimal:

<p>HTML hex: &#xC739;</p>  <!-- Display: 윹 -->

URL Encoding:

// 윹 URL encoding
https://unicodefinder.com/search.php?query=%EC%9C%B9

Encodings

MD5:

e8d4a55a8779984ace194185cfa9d76c

SHA1:

424e3ca22263db445b2947273e077239a2252fe1

Base64:

7Jy5