C:
char c = '\uB2B3';
printf("%c\n", c); // Output: 늳
JavaScript:
const char = '\uB2B3';
console.log(char); // Output: 늳
Java:
char c = '\uB2B3';
System.out.println(c); // Output: 늳
JSON:
{"text": "\uB2B3"} // Value: 늳
Python:
char = '\uB2B3'
print(char) # Output: 늳
Perl:
my $char = "\x{B2B3}";
print $char; # Output: 늳
PHP:
$char = "\x{B2B3}";
echo $char; // Output: 늳
Ruby:
char = "\u{B2B3}"
puts char # Output: 늳
Rust:
let c = '\u{B2B3}';
println!("{}", c); // Output: 늳
Go:
char := '\uB2B3'
fmt.Printf("%c\n", char) // Output: 늳
CSS:
/* CSS content property */
.element::before {
content: "\00B2B3"; /* 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%8A%B3
MD5:
c40b5165458cae3a3235ada83cd7495c
SHA1:
bf737fbadb507ec251e8a5154cd6dc5c5be3593e
Base64:
64qz