C:
char c = '\uB9BE';
printf("%c\n", c); // Output: 릾
JavaScript:
const char = '\uB9BE';
console.log(char); // Output: 릾
Java:
char c = '\uB9BE';
System.out.println(c); // Output: 릾
JSON:
{"text": "\uB9BE"} // Value: 릾
Python:
char = '\uB9BE'
print(char) # Output: 릾
Perl:
my $char = "\x{B9BE}";
print $char; # Output: 릾
PHP:
$char = "\x{B9BE}";
echo $char; // Output: 릾
Ruby:
char = "\u{B9BE}"
puts char # Output: 릾
Rust:
let c = '\u{B9BE}';
println!("{}", c); // Output: 릾
Go:
char := '\uB9BE'
fmt.Printf("%c\n", char) // Output: 릾
CSS:
/* CSS content property */
.element::before {
content: "\00B9BE"; /* 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%A6%BE
MD5:
a40ee03fbacec0b3abf2c2c60574ada5
SHA1:
38f1b8933e9dbe240c2f2cd381a9b02ad772ae1d
Base64:
66a+