Unicode Finder

"奻" U+597B(CJK UNIFIED IDEOGRAPH-597B)

U+597B
Název Bloku
CJK Unified Ideographs
Název
CJK UNIFIED IDEOGRAPH-597B

Programming

C
\u597B
JavaScript
\u597B
Java
\u597B
Json
\u597B
Python
\u597B
Perl
\x{597B}
PHP
\x{597B}
Ruby
\u{597B}
Rust
\u{597B}
Go
\u597B

Web

CSS
\00597B
HtmlDecimal
奻
HtmlHexadecimal
奻
Url
%E5%A5%BB

Code

MD5
314a23cebce92e1ec59af76a4c4b8e55
Sha1
8bba02aee8b66455d7f3da1175c1f8f368748986
Base64
5aW7

Příklady Použití

Programming Languages

C:

char c = '\u597B';
printf("%c\n", c);  // Output: 奻

JavaScript:

const char = '\u597B';
console.log(char);  // Output: 奻

Java:

char c = '\u597B';
System.out.println(c);  // Output: 奻

JSON:

{"text": "\u597B"}  // Value: 奻

Python:

char = '\u597B'
print(char)  # Output: 奻

Perl:

my $char = "\x{597B}";
print $char;  # Output: 奻

PHP:

$char = "\x{597B}";
echo $char;  // Output: 奻

Ruby:

char = "\u{597B}"
puts char  # Output: 奻

Rust:

let c = '\u{597B}';
println!("{}", c);  // Output: 奻

Go:

char := '\u597B'
fmt.Printf("%c\n", char)  // Output: 奻

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00597B";  /* Display: 奻 */
}

HTML Decimal:

<p>HTML decimal: &#22907;</p>  <!-- Display: 奻 -->

HTML Hexadecimal:

<p>HTML hex: &#x597B;</p>  <!-- Display: 奻 -->

URL Encoding:

// 奻 URL encoding
https://unicodefinder.com/search.php?query=%E5%A5%BB

Encodings

MD5:

314a23cebce92e1ec59af76a4c4b8e55

SHA1:

8bba02aee8b66455d7f3da1175c1f8f368748986

Base64:

5aW7