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