Unicode Finder

"멹" U+BA79(HANGUL SYLLABLE MYEOLG)

U+BA79
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MYEOLG

Programming

C
\uBA79
JavaScript
\uBA79
Java
\uBA79
Json
\uBA79
Python
\uBA79
Perl
\x{BA79}
PHP
\x{BA79}
Ruby
\u{BA79}
Rust
\u{BA79}
Go
\uBA79

Web

CSS
\00BA79
HtmlDecimal
멹
HtmlHexadecimal
멹
Url
%EB%A9%B9

Code

MD5
8012b737de524f49436e154f87c6ea5e
Sha1
139a3cd0dde8bb97092c41167a88afe3f2439772
Base64
66m5

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBA79';
console.log(char);  // Output: 멹

Java:

char c = '\uBA79';
System.out.println(c);  // Output: 멹

JSON:

{"text": "\uBA79"}  // Value: 멹

Python:

char = '\uBA79'
print(char)  # Output: 멹

Perl:

my $char = "\x{BA79}";
print $char;  # Output: 멹

PHP:

$char = "\x{BA79}";
echo $char;  // Output: 멹

Ruby:

char = "\u{BA79}"
puts char  # Output: 멹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47737;</p>  <!-- Display: 멹 -->

HTML Hexadecimal:

<p>HTML hex: &#xBA79;</p>  <!-- Display: 멹 -->

URL Encoding:

// 멹 URL encoding
https://unicodefinder.com/search.php?query=%EB%A9%B9

Encodings

MD5:

8012b737de524f49436e154f87c6ea5e

SHA1:

139a3cd0dde8bb97092c41167a88afe3f2439772

Base64:

66m5