Unicode Finder

"倸" U+5038(CJK UNIFIED IDEOGRAPH-5038)

U+5038
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-5038

Programming

C
\u5038
JavaScript
\u5038
Java
\u5038
Json
\u5038
Python
\u5038
Perl
\x{5038}
PHP
\x{5038}
Ruby
\u{5038}
Rust
\u{5038}
Go
\u5038

Web

CSS
\005038
HtmlDecimal
倸
HtmlHexadecimal
倸
Url
%E5%80%B8

Code

MD5
6bb627c1fc5e74484d0a41a0ec83f718
Sha1
f26c3b0e15cf5698562c970ef8591e41afee1235
Base64
5YC4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5038';
console.log(char);  // Output: 倸

Java:

char c = '\u5038';
System.out.println(c);  // Output: 倸

JSON:

{"text": "\u5038"}  // Value: 倸

Python:

char = '\u5038'
print(char)  # Output: 倸

Perl:

my $char = "\x{5038}";
print $char;  # Output: 倸

PHP:

$char = "\x{5038}";
echo $char;  // Output: 倸

Ruby:

char = "\u{5038}"
puts char  # Output: 倸

Rust:

let c = '\u{5038}';
println!("{}", c);  // Output: 倸

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005038";  /* Display: 倸 */
}

HTML Decimal:

<p>HTML decimal: &#20536;</p>  <!-- Display: 倸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5038;</p>  <!-- Display: 倸 -->

URL Encoding:

// 倸 URL encoding
https://unicodefinder.com/search.php?query=%E5%80%B8

Encodings

MD5:

6bb627c1fc5e74484d0a41a0ec83f718

SHA1:

f26c3b0e15cf5698562c970ef8591e41afee1235

Base64:

5YC4