Unicode Finder

"뾬" U+BFAC(HANGUL SYLLABLE BBOEK)

U+BFAC
블록 이름
Hangul Syllables
이름
HANGUL SYLLABLE BBOEK

Programming

C
\uBFAC
JavaScript
\uBFAC
Java
\uBFAC
Json
\uBFAC
Python
\uBFAC
Perl
\x{BFAC}
PHP
\x{BFAC}
Ruby
\u{BFAC}
Rust
\u{BFAC}
Go
\uBFAC

Web

CSS
\00BFAC
HtmlDecimal
뾬
HtmlHexadecimal
뾬
Url
%EB%BE%AC

Code

MD5
497b70aa07dd683eb430adedf41953cd
Sha1
17563c0311f451d18d7d1fc4185d5db98670fa07
Base64
676s

사용 예시

Programming Languages

C:

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

JavaScript:

const char = '\uBFAC';
console.log(char);  // Output: 뾬

Java:

char c = '\uBFAC';
System.out.println(c);  // Output: 뾬

JSON:

{"text": "\uBFAC"}  // Value: 뾬

Python:

char = '\uBFAC'
print(char)  # Output: 뾬

Perl:

my $char = "\x{BFAC}";
print $char;  # Output: 뾬

PHP:

$char = "\x{BFAC}";
echo $char;  // Output: 뾬

Ruby:

char = "\u{BFAC}"
puts char  # Output: 뾬

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#49068;</p>  <!-- Display: 뾬 -->

HTML Hexadecimal:

<p>HTML hex: &#xBFAC;</p>  <!-- Display: 뾬 -->

URL Encoding:

// 뾬 URL encoding
https://unicodefinder.com/search.php?query=%EB%BE%AC

Encodings

MD5:

497b70aa07dd683eb430adedf41953cd

SHA1:

17563c0311f451d18d7d1fc4185d5db98670fa07

Base64:

676s