C:
char c = '\uB6B5';
printf("%c\n", c); // Output: 뚵
JavaScript:
const char = '\uB6B5';
console.log(char); // Output: 뚵
Java:
char c = '\uB6B5';
System.out.println(c); // Output: 뚵
JSON:
{"text": "\uB6B5"} // Value: 뚵
Python:
char = '\uB6B5'
print(char) # Output: 뚵
Perl:
my $char = "\x{B6B5}";
print $char; # Output: 뚵
PHP:
$char = "\x{B6B5}";
echo $char; // Output: 뚵
Ruby:
char = "\u{B6B5}"
puts char # Output: 뚵
Rust:
let c = '\u{B6B5}';
println!("{}", c); // Output: 뚵
Go:
char := '\uB6B5'
fmt.Printf("%c\n", char) // Output: 뚵
CSS:
/* CSS content property */
.element::before {
content: "\00B6B5"; /* 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%9A%B5
MD5:
b0b11e08a7d2b1ad9d01b23bc88560fd
SHA1:
bc1630bfb7cac3ba455f50d40cf2a3bf2708a17a
Base64:
65q1