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