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