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