C:
char c = '\uBFBF';
printf("%c\n", c); // Output: 뾿
JavaScript:
const char = '\uBFBF';
console.log(char); // Output: 뾿
Java:
char c = '\uBFBF';
System.out.println(c); // Output: 뾿
JSON:
{"text": "\uBFBF"} // Value: 뾿
Python:
char = '\uBFBF'
print(char) # Output: 뾿
Perl:
my $char = "\x{BFBF}";
print $char; # Output: 뾿
PHP:
$char = "\x{BFBF}";
echo $char; // Output: 뾿
Ruby:
char = "\u{BFBF}"
puts char # Output: 뾿
Rust:
let c = '\u{BFBF}';
println!("{}", c); // Output: 뾿
Go:
char := '\uBFBF'
fmt.Printf("%c\n", char) // Output: 뾿
CSS:
/* CSS content property */
.element::before {
content: "\00BFBF"; /* 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%BF
MD5:
904fa5b556da098a823d0b6c4db2a735
SHA1:
5f25fc881446b186b47162f439a83b4df7e0a5db
Base64:
676/