Unicode Finder

"뼴" U+BF34(HANGUL SYLLABLE BBYEM)

U+BF34
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBYEM

Programming

C
\uBF34
JavaScript
\uBF34
Java
\uBF34
Json
\uBF34
Python
\uBF34
Perl
\x{BF34}
PHP
\x{BF34}
Ruby
\u{BF34}
Rust
\u{BF34}
Go
\uBF34

Web

CSS
\00BF34
HtmlDecimal
뼴
HtmlHexadecimal
뼴
Url
%EB%BC%B4

Code

MD5
fe651c74bee6dd6f9bda7d006b83f965
Sha1
30b6d6c1891674fa66476c127eb0ad7229be5f1c
Base64
67y0

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBF34';
console.log(char);  // Output: 뼴

Java:

char c = '\uBF34';
System.out.println(c);  // Output: 뼴

JSON:

{"text": "\uBF34"}  // Value: 뼴

Python:

char = '\uBF34'
print(char)  # Output: 뼴

Perl:

my $char = "\x{BF34}";
print $char;  # Output: 뼴

PHP:

$char = "\x{BF34}";
echo $char;  // Output: 뼴

Ruby:

char = "\u{BF34}"
puts char  # Output: 뼴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48948;</p>  <!-- Display: 뼴 -->

HTML Hexadecimal:

<p>HTML hex: &#xBF34;</p>  <!-- Display: 뼴 -->

URL Encoding:

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

Encodings

MD5:

fe651c74bee6dd6f9bda7d006b83f965

SHA1:

30b6d6c1891674fa66476c127eb0ad7229be5f1c

Base64:

67y0