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