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