Unicode Finder

"뫌" U+BACC(HANGUL SYLLABLE MWAL)

U+BACC
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MWAL

Programming

C
\uBACC
JavaScript
\uBACC
Java
\uBACC
Json
\uBACC
Python
\uBACC
Perl
\x{BACC}
PHP
\x{BACC}
Ruby
\u{BACC}
Rust
\u{BACC}
Go
\uBACC

Web

CSS
\00BACC
HtmlDecimal
뫌
HtmlHexadecimal
뫌
Url
%EB%AB%8C

Code

MD5
030a9d6219a2511c0824aecb2592320c
Sha1
8c42b2851dcdaab058c415ae582d4063863a2f14
Base64
66uM

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBACC';
console.log(char);  // Output: 뫌

Java:

char c = '\uBACC';
System.out.println(c);  // Output: 뫌

JSON:

{"text": "\uBACC"}  // Value: 뫌

Python:

char = '\uBACC'
print(char)  # Output: 뫌

Perl:

my $char = "\x{BACC}";
print $char;  # Output: 뫌

PHP:

$char = "\x{BACC}";
echo $char;  // Output: 뫌

Ruby:

char = "\u{BACC}"
puts char  # Output: 뫌

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47820;</p>  <!-- Display: 뫌 -->

HTML Hexadecimal:

<p>HTML hex: &#xBACC;</p>  <!-- Display: 뫌 -->

URL Encoding:

// 뫌 URL encoding
https://unicodefinder.com/search.php?query=%EB%AB%8C

Encodings

MD5:

030a9d6219a2511c0824aecb2592320c

SHA1:

8c42b2851dcdaab058c415ae582d4063863a2f14

Base64:

66uM