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