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