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