Unicode Finder

"坬" U+576C(CJK UNIFIED IDEOGRAPH-576C)

U+576C
Blocknamn
CJK Unified Ideographs
Namn
CJK UNIFIED IDEOGRAPH-576C

Programming

C
\u576C
JavaScript
\u576C
Java
\u576C
Json
\u576C
Python
\u576C
Perl
\x{576C}
PHP
\x{576C}
Ruby
\u{576C}
Rust
\u{576C}
Go
\u576C

Web

CSS
\00576C
HtmlDecimal
坬
HtmlHexadecimal
坬
Url
%E5%9D%AC

Code

MD5
c783e92ad03f93cc2c4408c2734a4168
Sha1
f896b3bed031d7c2d7360b4e3b4ffc6f3966c7ce
Base64
5Z2s

Användningsexempel

Programming Languages

C:

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

JavaScript:

const char = '\u576C';
console.log(char);  // Output: 坬

Java:

char c = '\u576C';
System.out.println(c);  // Output: 坬

JSON:

{"text": "\u576C"}  // Value: 坬

Python:

char = '\u576C'
print(char)  # Output: 坬

Perl:

my $char = "\x{576C}";
print $char;  # Output: 坬

PHP:

$char = "\x{576C}";
echo $char;  // Output: 坬

Ruby:

char = "\u{576C}"
puts char  # Output: 坬

Rust:

let c = '\u{576C}';
println!("{}", c);  // Output: 坬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00576C";  /* Display: 坬 */
}

HTML Decimal:

<p>HTML decimal: &#22380;</p>  <!-- Display: 坬 -->

HTML Hexadecimal:

<p>HTML hex: &#x576C;</p>  <!-- Display: 坬 -->

URL Encoding:

// 坬 URL encoding
https://unicodefinder.com/search.php?query=%E5%9D%AC

Encodings

MD5:

c783e92ad03f93cc2c4408c2734a4168

SHA1:

f896b3bed031d7c2d7360b4e3b4ffc6f3966c7ce

Base64:

5Z2s