Unicode Finder

"옇" U+C607(HANGUL SYLLABLE YEOH)

U+C607
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE YEOH

Programming

C
\uC607
JavaScript
\uC607
Java
\uC607
Json
\uC607
Python
\uC607
Perl
\x{C607}
PHP
\x{C607}
Ruby
\u{C607}
Rust
\u{C607}
Go
\uC607

Web

CSS
\00C607
HtmlDecimal
옇
HtmlHexadecimal
옇
Url
%EC%98%87

Code

MD5
c7de1ef764e8c8b918bbdb7dd802bbb6
Sha1
7496894c12b09b25984517a2dc138fcf5c78b9c9
Base64
7JiH

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC607';
console.log(char);  // Output: 옇

Java:

char c = '\uC607';
System.out.println(c);  // Output: 옇

JSON:

{"text": "\uC607"}  // Value: 옇

Python:

char = '\uC607'
print(char)  # Output: 옇

Perl:

my $char = "\x{C607}";
print $char;  # Output: 옇

PHP:

$char = "\x{C607}";
echo $char;  // Output: 옇

Ruby:

char = "\u{C607}"
puts char  # Output: 옇

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50695;</p>  <!-- Display: 옇 -->

HTML Hexadecimal:

<p>HTML hex: &#xC607;</p>  <!-- Display: 옇 -->

URL Encoding:

// 옇 URL encoding
https://unicodefinder.com/search.php?query=%EC%98%87

Encodings

MD5:

c7de1ef764e8c8b918bbdb7dd802bbb6

SHA1:

7496894c12b09b25984517a2dc138fcf5c78b9c9

Base64:

7JiH