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