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