Unicode Finder

"왾" U+C67E(HANGUL SYLLABLE OENH)

U+C67E
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE OENH

Programming

C
\uC67E
JavaScript
\uC67E
Java
\uC67E
Json
\uC67E
Python
\uC67E
Perl
\x{C67E}
PHP
\x{C67E}
Ruby
\u{C67E}
Rust
\u{C67E}
Go
\uC67E

Web

CSS
\00C67E
HtmlDecimal
왾
HtmlHexadecimal
왾
Url
%EC%99%BE

Code

MD5
1af4e6ed5014c5f31ff27320b1fb07e1
Sha1
c5c92126b513ac3b662066d39542f007d5b09918
Base64
7Jm+

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uC67E';
console.log(char);  // Output: 왾

Java:

char c = '\uC67E';
System.out.println(c);  // Output: 왾

JSON:

{"text": "\uC67E"}  // Value: 왾

Python:

char = '\uC67E'
print(char)  # Output: 왾

Perl:

my $char = "\x{C67E}";
print $char;  # Output: 왾

PHP:

$char = "\x{C67E}";
echo $char;  // Output: 왾

Ruby:

char = "\u{C67E}"
puts char  # Output: 왾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#50814;</p>  <!-- Display: 왾 -->

HTML Hexadecimal:

<p>HTML hex: &#xC67E;</p>  <!-- Display: 왾 -->

URL Encoding:

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

Encodings

MD5:

1af4e6ed5014c5f31ff27320b1fb07e1

SHA1:

c5c92126b513ac3b662066d39542f007d5b09918

Base64:

7Jm+