Unicode Finder

"劃" U+5283(CJK UNIFIED IDEOGRAPH-5283)

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

Programming

C
\u5283
JavaScript
\u5283
Java
\u5283
Json
\u5283
Python
\u5283
Perl
\x{5283}
PHP
\x{5283}
Ruby
\u{5283}
Rust
\u{5283}
Go
\u5283

Web

CSS
\005283
HtmlDecimal
劃
HtmlHexadecimal
劃
Url
%E5%8A%83

Code

MD5
4a3f497eea9174228ad0bb6a12e656a3
Sha1
bbccf35d430f6cb17356d6bef7c89b89d2f05121
Base64
5YqD

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5283';
console.log(char);  // Output: 劃

Java:

char c = '\u5283';
System.out.println(c);  // Output: 劃

JSON:

{"text": "\u5283"}  // Value: 劃

Python:

char = '\u5283'
print(char)  # Output: 劃

Perl:

my $char = "\x{5283}";
print $char;  # Output: 劃

PHP:

$char = "\x{5283}";
echo $char;  // Output: 劃

Ruby:

char = "\u{5283}"
puts char  # Output: 劃

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005283";  /* Display: 劃 */
}

HTML Decimal:

<p>HTML decimal: &#21123;</p>  <!-- Display: 劃 -->

HTML Hexadecimal:

<p>HTML hex: &#x5283;</p>  <!-- Display: 劃 -->

URL Encoding:

// 劃 URL encoding
https://unicodefinder.com/search.php?query=%E5%8A%83

Encodings

MD5:

4a3f497eea9174228ad0bb6a12e656a3

SHA1:

bbccf35d430f6cb17356d6bef7c89b89d2f05121

Base64:

5YqD

© 2025 Unicode Finder

劃 U+5283 CJK UNIFIED IDEOGRAPH-5283 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me