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