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