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