Unicode Finder

"뻈" U+BEC8(HANGUL SYLLABLE BBYAESS)

U+BEC8
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBYAESS

Programming

C
\uBEC8
JavaScript
\uBEC8
Java
\uBEC8
Json
\uBEC8
Python
\uBEC8
Perl
\x{BEC8}
PHP
\x{BEC8}
Ruby
\u{BEC8}
Rust
\u{BEC8}
Go
\uBEC8

Web

CSS
\00BEC8
HtmlDecimal
뻈
HtmlHexadecimal
뻈
Url
%EB%BB%88

Code

MD5
802ab2aad3319dc414abc8bb2bdeb566
Sha1
61557210ab3bb7e6c6158224430d248fc34c522d
Base64
67uI

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBEC8';
console.log(char);  // Output: 뻈

Java:

char c = '\uBEC8';
System.out.println(c);  // Output: 뻈

JSON:

{"text": "\uBEC8"}  // Value: 뻈

Python:

char = '\uBEC8'
print(char)  # Output: 뻈

Perl:

my $char = "\x{BEC8}";
print $char;  # Output: 뻈

PHP:

$char = "\x{BEC8}";
echo $char;  // Output: 뻈

Ruby:

char = "\u{BEC8}"
puts char  # Output: 뻈

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48840;</p>  <!-- Display: 뻈 -->

HTML Hexadecimal:

<p>HTML hex: &#xBEC8;</p>  <!-- Display: 뻈 -->

URL Encoding:

// 뻈 URL encoding
https://unicodefinder.com/search.php?query=%EB%BB%88

Encodings

MD5:

802ab2aad3319dc414abc8bb2bdeb566

SHA1:

61557210ab3bb7e6c6158224430d248fc34c522d

Base64:

67uI