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