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