Unicode Finder

"옙" U+C619(HANGUL SYLLABLE YEB)

U+C619
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE YEB

Programming

C
\uC619
JavaScript
\uC619
Java
\uC619
Json
\uC619
Python
\uC619
Perl
\x{C619}
PHP
\x{C619}
Ruby
\u{C619}
Rust
\u{C619}
Go
\uC619

Web

CSS
\00C619
HtmlDecimal
옙
HtmlHexadecimal
옙
Url
%EC%98%99

Code

MD5
f5c7bda84f3ef10e04e834900750c21f
Sha1
77a3b22d790fa5d8213a910d9d87983433af89a2
Base64
7JiZ

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC619';
console.log(char);  // Output: 옙

Java:

char c = '\uC619';
System.out.println(c);  // Output: 옙

JSON:

{"text": "\uC619"}  // Value: 옙

Python:

char = '\uC619'
print(char)  # Output: 옙

Perl:

my $char = "\x{C619}";
print $char;  # Output: 옙

PHP:

$char = "\x{C619}";
echo $char;  // Output: 옙

Ruby:

char = "\u{C619}"
puts char  # Output: 옙

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50713;</p>  <!-- Display: 옙 -->

HTML Hexadecimal:

<p>HTML hex: &#xC619;</p>  <!-- Display: 옙 -->

URL Encoding:

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

Encodings

MD5:

f5c7bda84f3ef10e04e834900750c21f

SHA1:

77a3b22d790fa5d8213a910d9d87983433af89a2

Base64:

7JiZ