Unicode Finder

"뻻" U+BEFB(HANGUL SYLLABLE BBELH)

U+BEFB
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBELH

Programming

C
\uBEFB
JavaScript
\uBEFB
Java
\uBEFB
Json
\uBEFB
Python
\uBEFB
Perl
\x{BEFB}
PHP
\x{BEFB}
Ruby
\u{BEFB}
Rust
\u{BEFB}
Go
\uBEFB

Web

CSS
\00BEFB
HtmlDecimal
뻻
HtmlHexadecimal
뻻
Url
%EB%BB%BB

Code

MD5
33fc14a04eac5f68438006fbd2542dc3
Sha1
e1f2586a51dc963e363ada1b38d9f72ed21214a8
Base64
67u7

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBEFB';
console.log(char);  // Output: 뻻

Java:

char c = '\uBEFB';
System.out.println(c);  // Output: 뻻

JSON:

{"text": "\uBEFB"}  // Value: 뻻

Python:

char = '\uBEFB'
print(char)  # Output: 뻻

Perl:

my $char = "\x{BEFB}";
print $char;  # Output: 뻻

PHP:

$char = "\x{BEFB}";
echo $char;  // Output: 뻻

Ruby:

char = "\u{BEFB}"
puts char  # Output: 뻻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48891;</p>  <!-- Display: 뻻 -->

HTML Hexadecimal:

<p>HTML hex: &#xBEFB;</p>  <!-- Display: 뻻 -->

URL Encoding:

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

Encodings

MD5:

33fc14a04eac5f68438006fbd2542dc3

SHA1:

e1f2586a51dc963e363ada1b38d9f72ed21214a8

Base64:

67u7