C:
char c = '\uB8BA';
printf("%c\n", c); // Output: 뢺
JavaScript:
const char = '\uB8BA';
console.log(char); // Output: 뢺
Java:
char c = '\uB8BA';
System.out.println(c); // Output: 뢺
JSON:
{"text": "\uB8BA"} // Value: 뢺
Python:
char = '\uB8BA'
print(char) # Output: 뢺
Perl:
my $char = "\x{B8BA}";
print $char; # Output: 뢺
PHP:
$char = "\x{B8BA}";
echo $char; // Output: 뢺
Ruby:
char = "\u{B8BA}"
puts char # Output: 뢺
Rust:
let c = '\u{B8BA}';
println!("{}", c); // Output: 뢺
Go:
char := '\uB8BA'
fmt.Printf("%c\n", char) // Output: 뢺
CSS:
/* CSS content property */
.element::before {
content: "\00B8BA"; /* 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%A2%BA
MD5:
453e5cea1dae063025e3f353bffa078a
SHA1:
15f2a8e384183a265a287cc629c3c86ae59437dc
Base64:
66K6