Unicode Finder

"먴" U+BA34(HANGUL SYLLABLE MYAEK)

U+BA34
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MYAEK

Programming

C
\uBA34
JavaScript
\uBA34
Java
\uBA34
Json
\uBA34
Python
\uBA34
Perl
\x{BA34}
PHP
\x{BA34}
Ruby
\u{BA34}
Rust
\u{BA34}
Go
\uBA34

Web

CSS
\00BA34
HtmlDecimal
먴
HtmlHexadecimal
먴
Url
%EB%A8%B4

Code

MD5
89ad4c977bc9fad9995a6614597aaffb
Sha1
e895486cf3a8eb070bd39a0233be5fd372806176
Base64
66i0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBA34';
console.log(char);  // Output: 먴

Java:

char c = '\uBA34';
System.out.println(c);  // Output: 먴

JSON:

{"text": "\uBA34"}  // Value: 먴

Python:

char = '\uBA34'
print(char)  # Output: 먴

Perl:

my $char = "\x{BA34}";
print $char;  # Output: 먴

PHP:

$char = "\x{BA34}";
echo $char;  // Output: 먴

Ruby:

char = "\u{BA34}"
puts char  # Output: 먴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47668;</p>  <!-- Display: 먴 -->

HTML Hexadecimal:

<p>HTML hex: &#xBA34;</p>  <!-- Display: 먴 -->

URL Encoding:

// 먴 URL encoding
https://unicodefinder.com/search.php?query=%EB%A8%B4

Encodings

MD5:

89ad4c977bc9fad9995a6614597aaffb

SHA1:

e895486cf3a8eb070bd39a0233be5fd372806176

Base64:

66i0