C:
char c = '\uD6AB';
printf("%c\n", c); // Output: 횫
JavaScript:
const char = '\uD6AB';
console.log(char); // Output: 횫
Java:
char c = '\uD6AB';
System.out.println(c); // Output: 횫
JSON:
{"text": "\uD6AB"} // Value: 횫
Python:
char = '\uD6AB'
print(char) # Output: 횫
Perl:
my $char = "\x{D6AB}";
print $char; # Output: 횫
PHP:
$char = "\x{D6AB}";
echo $char; // Output: 횫
Ruby:
char = "\u{D6AB}"
puts char # Output: 횫
Rust:
let c = '\u{D6AB}';
println!("{}", c); // Output: 횫
Go:
char := '\uD6AB'
fmt.Printf("%c\n", char) // Output: 횫
CSS:
/* CSS content property */
.element::before {
content: "\00D6AB"; /* 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%9A%AB
MD5:
8299b201832b0aab0c8a38ca2b873fbf
SHA1:
9751012de9fd0dd75e5dce90e4ae72ab6776d901
Base64:
7Zqr