C:
char c = '\uBF52';
printf("%c\n", c); // Output: 뽒
JavaScript:
const char = '\uBF52';
console.log(char); // Output: 뽒
Java:
char c = '\uBF52';
System.out.println(c); // Output: 뽒
JSON:
{"text": "\uBF52"} // Value: 뽒
Python:
char = '\uBF52'
print(char) # Output: 뽒
Perl:
my $char = "\x{BF52}";
print $char; # Output: 뽒
PHP:
$char = "\x{BF52}";
echo $char; // Output: 뽒
Ruby:
char = "\u{BF52}"
puts char # Output: 뽒
Rust:
let c = '\u{BF52}';
println!("{}", c); // Output: 뽒
Go:
char := '\uBF52'
fmt.Printf("%c\n", char) // Output: 뽒
CSS:
/* CSS content property */
.element::before {
content: "\00BF52"; /* 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%92
MD5:
3690029b18b646e246ae1ba93b8145ea
SHA1:
48cec2e245ee4e75654b6d43990fa91a476c65bb
Base64:
672S