C:
char c = '\uBE65';
printf("%c\n", c); // Output: 빥
JavaScript:
const char = '\uBE65';
console.log(char); // Output: 빥
Java:
char c = '\uBE65';
System.out.println(c); // Output: 빥
JSON:
{"text": "\uBE65"} // Value: 빥
Python:
char = '\uBE65'
print(char) # Output: 빥
Perl:
my $char = "\x{BE65}";
print $char; # Output: 빥
PHP:
$char = "\x{BE65}";
echo $char; // Output: 빥
Ruby:
char = "\u{BE65}"
puts char # Output: 빥
Rust:
let c = '\u{BE65}';
println!("{}", c); // Output: 빥
Go:
char := '\uBE65'
fmt.Printf("%c\n", char) // Output: 빥
CSS:
/* CSS content property */
.element::before {
content: "\00BE65"; /* 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%B9%A5
MD5:
5d0bec03ea1e85f0a73212f13e03e0f1
SHA1:
ae7a2d16ca1f9dc5030eaa26dc13bb8fdf11bc41
Base64:
67ml