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