C:
char c = '\uBFDF';
printf("%c\n", c); // Output: 뿟
JavaScript:
const char = '\uBFDF';
console.log(char); // Output: 뿟
Java:
char c = '\uBFDF';
System.out.println(c); // Output: 뿟
JSON:
{"text": "\uBFDF"} // Value: 뿟
Python:
char = '\uBFDF'
print(char) # Output: 뿟
Perl:
my $char = "\x{BFDF}";
print $char; # Output: 뿟
PHP:
$char = "\x{BFDF}";
echo $char; // Output: 뿟
Ruby:
char = "\u{BFDF}"
puts char # Output: 뿟
Rust:
let c = '\u{BFDF}';
println!("{}", c); // Output: 뿟
Go:
char := '\uBFDF'
fmt.Printf("%c\n", char) // Output: 뿟
CSS:
/* CSS content property */
.element::before {
content: "\00BFDF"; /* 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%9F
MD5:
f16e2147f7b801a105b20f54ad8918d3
SHA1:
0cd781aba6cba332cd6dc4e949b05b57790dbd11
Base64:
67+f