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: 뾬
CSS:
/* CSS content property */
.element::before {
content: "\00BFAC"; /* Display: 뾬 */
}
HTML Decimal:
<p>HTML decimal: 뾬</p> <!-- Display: 뾬 -->
HTML Hexadecimal:
<p>HTML hex: 뾬</p> <!-- Display: 뾬 -->
URL Encoding:
// 뾬 URL encoding
https://unicodefinder.com/search.php?query=%EB%BE%AC
MD5:
497b70aa07dd683eb430adedf41953cd
SHA1:
17563c0311f451d18d7d1fc4185d5db98670fa07
Base64:
676s