Unicode Finder

"뽤" U+BF64(HANGUL SYLLABLE BBWAL)

U+BF64
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBWAL

Programming

C
\uBF64
JavaScript
\uBF64
Java
\uBF64
Json
\uBF64
Python
\uBF64
Perl
\x{BF64}
PHP
\x{BF64}
Ruby
\u{BF64}
Rust
\u{BF64}
Go
\uBF64

Web

CSS
\00BF64
HtmlDecimal
뽤
HtmlHexadecimal
뽤
Url
%EB%BD%A4

Code

MD5
b90801d07c147f78e7bc76e391e1289b
Sha1
cdcb3127c362fb28688e59c24a3216625fbbd8c1
Base64
672k

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBF64';
console.log(char);  // Output: 뽤

Java:

char c = '\uBF64';
System.out.println(c);  // Output: 뽤

JSON:

{"text": "\uBF64"}  // Value: 뽤

Python:

char = '\uBF64'
print(char)  # Output: 뽤

Perl:

my $char = "\x{BF64}";
print $char;  # Output: 뽤

PHP:

$char = "\x{BF64}";
echo $char;  // Output: 뽤

Ruby:

char = "\u{BF64}"
puts char  # Output: 뽤

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#48996;</p>  <!-- Display: 뽤 -->

HTML Hexadecimal:

<p>HTML hex: &#xBF64;</p>  <!-- Display: 뽤 -->

URL Encoding:

// 뽤 URL encoding
https://unicodefinder.com/search.php?query=%EB%BD%A4

Encodings

MD5:

b90801d07c147f78e7bc76e391e1289b

SHA1:

cdcb3127c362fb28688e59c24a3216625fbbd8c1

Base64:

672k