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