Unicode Finder

"멀" U+BA40(HANGUL SYLLABLE MEOL)

U+BA40
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MEOL

Programming

C
\uBA40
JavaScript
\uBA40
Java
\uBA40
Json
\uBA40
Python
\uBA40
Perl
\x{BA40}
PHP
\x{BA40}
Ruby
\u{BA40}
Rust
\u{BA40}
Go
\uBA40

Web

CSS
\00BA40
HtmlDecimal
멀
HtmlHexadecimal
멀
Url
%EB%A9%80

Code

MD5
7a8393057e748014bf7fdb8be5613080
Sha1
918a45909f0307b1a41420f8b6ceaf72f2af498e
Base64
66mA

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBA40';
console.log(char);  // Output: 멀

Java:

char c = '\uBA40';
System.out.println(c);  // Output: 멀

JSON:

{"text": "\uBA40"}  // Value: 멀

Python:

char = '\uBA40'
print(char)  # Output: 멀

Perl:

my $char = "\x{BA40}";
print $char;  # Output: 멀

PHP:

$char = "\x{BA40}";
echo $char;  // Output: 멀

Ruby:

char = "\u{BA40}"
puts char  # Output: 멀

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47680;</p>  <!-- Display: 멀 -->

HTML Hexadecimal:

<p>HTML hex: &#xBA40;</p>  <!-- Display: 멀 -->

URL Encoding:

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

Encodings

MD5:

7a8393057e748014bf7fdb8be5613080

SHA1:

918a45909f0307b1a41420f8b6ceaf72f2af498e

Base64:

66mA