Unicode Finder

"믒" U+BBD2(HANGUL SYLLABLE MEUBS)

U+BBD2
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE MEUBS

Programming

C
\uBBD2
JavaScript
\uBBD2
Java
\uBBD2
Json
\uBBD2
Python
\uBBD2
Perl
\x{BBD2}
PHP
\x{BBD2}
Ruby
\u{BBD2}
Rust
\u{BBD2}
Go
\uBBD2

Web

CSS
\00BBD2
HtmlDecimal
믒
HtmlHexadecimal
믒
Url
%EB%AF%92

Code

MD5
2fe7bf4a2b686448c3f83ebad2ef57aa
Sha1
0aeabeed1edeae329d169c7e643db95329402a6e
Base64
66+S

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBBD2';
console.log(char);  // Output: 믒

Java:

char c = '\uBBD2';
System.out.println(c);  // Output: 믒

JSON:

{"text": "\uBBD2"}  // Value: 믒

Python:

char = '\uBBD2'
print(char)  # Output: 믒

Perl:

my $char = "\x{BBD2}";
print $char;  # Output: 믒

PHP:

$char = "\x{BBD2}";
echo $char;  // Output: 믒

Ruby:

char = "\u{BBD2}"
puts char  # Output: 믒

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48082;</p>  <!-- Display: 믒 -->

HTML Hexadecimal:

<p>HTML hex: &#xBBD2;</p>  <!-- Display: 믒 -->

URL Encoding:

// 믒 URL encoding
https://unicodefinder.com/search.php?query=%EB%AF%92

Encodings

MD5:

2fe7bf4a2b686448c3f83ebad2ef57aa

SHA1:

0aeabeed1edeae329d169c7e643db95329402a6e

Base64:

66+S