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