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