Unicode Finder

"뫶" U+BAF6(HANGUL SYLLABLE MWAEJ)

U+BAF6
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MWAEJ

Programming

C
\uBAF6
JavaScript
\uBAF6
Java
\uBAF6
Json
\uBAF6
Python
\uBAF6
Perl
\x{BAF6}
PHP
\x{BAF6}
Ruby
\u{BAF6}
Rust
\u{BAF6}
Go
\uBAF6

Web

CSS
\00BAF6
HtmlDecimal
뫶
HtmlHexadecimal
뫶
Url
%EB%AB%B6

Code

MD5
d5696bf844a8efc65a1bf8b074fffee3
Sha1
41666e4d9b7785d8095967d73abc417bd0ed9314
Base64
66u2

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBAF6';
console.log(char);  // Output: 뫶

Java:

char c = '\uBAF6';
System.out.println(c);  // Output: 뫶

JSON:

{"text": "\uBAF6"}  // Value: 뫶

Python:

char = '\uBAF6'
print(char)  # Output: 뫶

Perl:

my $char = "\x{BAF6}";
print $char;  # Output: 뫶

PHP:

$char = "\x{BAF6}";
echo $char;  // Output: 뫶

Ruby:

char = "\u{BAF6}"
puts char  # Output: 뫶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#47862;</p>  <!-- Display: 뫶 -->

HTML Hexadecimal:

<p>HTML hex: &#xBAF6;</p>  <!-- Display: 뫶 -->

URL Encoding:

// 뫶 URL encoding
https://unicodefinder.com/search.php?query=%EB%AB%B6

Encodings

MD5:

d5696bf844a8efc65a1bf8b074fffee3

SHA1:

41666e4d9b7785d8095967d73abc417bd0ed9314

Base64:

66u2