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