C:
char c = '\uBF57';
printf("%c\n", c); // Output: 뽗
JavaScript:
const char = '\uBF57';
console.log(char); // Output: 뽗
Java:
char c = '\uBF57';
System.out.println(c); // Output: 뽗
JSON:
{"text": "\uBF57"} // Value: 뽗
Python:
char = '\uBF57'
print(char) # Output: 뽗
Perl:
my $char = "\x{BF57}";
print $char; # Output: 뽗
PHP:
$char = "\x{BF57}";
echo $char; // Output: 뽗
Ruby:
char = "\u{BF57}"
puts char # Output: 뽗
Rust:
let c = '\u{BF57}';
println!("{}", c); // Output: 뽗
Go:
char := '\uBF57'
fmt.Printf("%c\n", char) // Output: 뽗
CSS:
/* CSS content property */
.element::before {
content: "\00BF57"; /* 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%BD%97
MD5:
44b1f1411ed4ac97920f0848392e7a00
SHA1:
f006eaf0045b2e4fd0286424f2b4babc37aeb877
Base64:
672X