C:
char c = '\u65AB';
printf("%c\n", c); // Output: 斫
JavaScript:
const char = '\u65AB';
console.log(char); // Output: 斫
Java:
char c = '\u65AB';
System.out.println(c); // Output: 斫
JSON:
{"text": "\u65AB"} // Value: 斫
Python:
char = '\u65AB'
print(char) # Output: 斫
Perl:
my $char = "\x{65AB}";
print $char; # Output: 斫
PHP:
$char = "\x{65AB}";
echo $char; // Output: 斫
Ruby:
char = "\u{65AB}"
puts char # Output: 斫
Rust:
let c = '\u{65AB}';
println!("{}", c); // Output: 斫
Go:
char := '\u65AB'
fmt.Printf("%c\n", char) // Output: 斫
CSS:
/* CSS content property */
.element::before {
content: "\0065AB"; /* 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=%E6%96%AB
MD5:
f5922d98aea86bbfcf38b16f1a0f7c56
SHA1:
1414f257d584e93da2e1dc2e67d0374206d6fc34
Base64:
5par