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