Unicode Finder

"믞" U+BBDE(HANGUL SYLLABLE MYIGG)

U+BBDE
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MYIGG

Programming

C
\uBBDE
JavaScript
\uBBDE
Java
\uBBDE
Json
\uBBDE
Python
\uBBDE
Perl
\x{BBDE}
PHP
\x{BBDE}
Ruby
\u{BBDE}
Rust
\u{BBDE}
Go
\uBBDE

Web

CSS
\00BBDE
HtmlDecimal
믞
HtmlHexadecimal
믞
Url
%EB%AF%9E

Code

MD5
0b87b07c19f6ca7c87996d841d366631
Sha1
b325437ac150bfc985d3b0fbef12c1ec84040f41
Base64
66+e

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBBDE';
console.log(char);  // Output: 믞

Java:

char c = '\uBBDE';
System.out.println(c);  // Output: 믞

JSON:

{"text": "\uBBDE"}  // Value: 믞

Python:

char = '\uBBDE'
print(char)  # Output: 믞

Perl:

my $char = "\x{BBDE}";
print $char;  # Output: 믞

PHP:

$char = "\x{BBDE}";
echo $char;  // Output: 믞

Ruby:

char = "\u{BBDE}"
puts char  # Output: 믞

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48094;</p>  <!-- Display: 믞 -->

HTML Hexadecimal:

<p>HTML hex: &#xBBDE;</p>  <!-- Display: 믞 -->

URL Encoding:

// 믞 URL encoding
https://unicodefinder.com/search.php?query=%EB%AF%9E

Encodings

MD5:

0b87b07c19f6ca7c87996d841d366631

SHA1:

b325437ac150bfc985d3b0fbef12c1ec84040f41

Base64:

66+e