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