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