C:
char c = '\uB6F7';
printf("%c\n", c); // Output: 뛷
JavaScript:
const char = '\uB6F7';
console.log(char); // Output: 뛷
Java:
char c = '\uB6F7';
System.out.println(c); // Output: 뛷
JSON:
{"text": "\uB6F7"} // Value: 뛷
Python:
char = '\uB6F7'
print(char) # Output: 뛷
Perl:
my $char = "\x{B6F7}";
print $char; # Output: 뛷
PHP:
$char = "\x{B6F7}";
echo $char; // Output: 뛷
Ruby:
char = "\u{B6F7}"
puts char # Output: 뛷
Rust:
let c = '\u{B6F7}';
println!("{}", c); // Output: 뛷
Go:
char := '\uB6F7'
fmt.Printf("%c\n", char) // Output: 뛷
CSS:
/* CSS content property */
.element::before {
content: "\00B6F7"; /* 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%9B%B7
MD5:
04252be2ad3a2d1764809f67f6a9d0ca
SHA1:
053c335ca603de6e27be73f8fae80b79226feaf2
Base64:
65u3