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