C:
char c = '\uB29B';
printf("%c\n", c); // Output: 늛
JavaScript:
const char = '\uB29B';
console.log(char); // Output: 늛
Java:
char c = '\uB29B';
System.out.println(c); // Output: 늛
JSON:
{"text": "\uB29B"} // Value: 늛
Python:
char = '\uB29B'
print(char) # Output: 늛
Perl:
my $char = "\x{B29B}";
print $char; # Output: 늛
PHP:
$char = "\x{B29B}";
echo $char; // Output: 늛
Ruby:
char = "\u{B29B}"
puts char # Output: 늛
Rust:
let c = '\u{B29B}';
println!("{}", c); // Output: 늛
Go:
char := '\uB29B'
fmt.Printf("%c\n", char) // Output: 늛
CSS:
/* CSS content property */
.element::before {
content: "\00B29B"; /* 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%8A%9B
MD5:
18e6ee7000c4421feed2e650bf03eb9e
SHA1:
3606ceaa15dc372dfecd2f7b7e916077c334145c
Base64:
64qb