Unicode Finder

"뼀" U+BF00(HANGUL SYLLABLE BBESS)

U+BF00
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBESS

Programming

C
\uBF00
JavaScript
\uBF00
Java
\uBF00
Json
\uBF00
Python
\uBF00
Perl
\x{BF00}
PHP
\x{BF00}
Ruby
\u{BF00}
Rust
\u{BF00}
Go
\uBF00

Web

CSS
\00BF00
HtmlDecimal
뼀
HtmlHexadecimal
뼀
Url
%EB%BC%80

Code

MD5
e84f3b59ce1af04cb8eee0a55f96b760
Sha1
7c1ca7cbeee30553ed24b07c53ed1c9240acacf4
Base64
67yA

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBF00';
console.log(char);  // Output: 뼀

Java:

char c = '\uBF00';
System.out.println(c);  // Output: 뼀

JSON:

{"text": "\uBF00"}  // Value: 뼀

Python:

char = '\uBF00'
print(char)  # Output: 뼀

Perl:

my $char = "\x{BF00}";
print $char;  # Output: 뼀

PHP:

$char = "\x{BF00}";
echo $char;  // Output: 뼀

Ruby:

char = "\u{BF00}"
puts char  # Output: 뼀

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48896;</p>  <!-- Display: 뼀 -->

HTML Hexadecimal:

<p>HTML hex: &#xBF00;</p>  <!-- Display: 뼀 -->

URL Encoding:

// 뼀 URL encoding
https://unicodefinder.com/search.php?query=%EB%BC%80

Encodings

MD5:

e84f3b59ce1af04cb8eee0a55f96b760

SHA1:

7c1ca7cbeee30553ed24b07c53ed1c9240acacf4

Base64:

67yA