C:
char c = '\uBFDE';
printf("%c\n", c); // Output: 뿞
JavaScript:
const char = '\uBFDE';
console.log(char); // Output: 뿞
Java:
char c = '\uBFDE';
System.out.println(c); // Output: 뿞
JSON:
{"text": "\uBFDE"} // Value: 뿞
Python:
char = '\uBFDE'
print(char) # Output: 뿞
Perl:
my $char = "\x{BFDE}";
print $char; # Output: 뿞
PHP:
$char = "\x{BFDE}";
echo $char; // Output: 뿞
Ruby:
char = "\u{BFDE}"
puts char # Output: 뿞
Rust:
let c = '\u{BFDE}';
println!("{}", c); // Output: 뿞
Go:
char := '\uBFDE'
fmt.Printf("%c\n", char) // Output: 뿞
CSS:
/* CSS content property */
.element::before {
content: "\00BFDE"; /* 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%BF%9E
MD5:
432f42e39c9cf8d896d93006dd32ff99
SHA1:
570f9b7d098cc7ecec9c8163b0597107b142095f
Base64:
67+e