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