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