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