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