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