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