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